From 3b81a42595d5cc46b5df38613fc50cce23d3df4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Mon, 16 Mar 2009 15:00:57 +0100 Subject: [PATCH] Backed out changeset 12e163f4f272 --- layout/forms/nsTextControlFrame.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layout/forms/nsTextControlFrame.cpp b/layout/forms/nsTextControlFrame.cpp index 8bbcc375ff8..c952787ccdf 100644 --- a/layout/forms/nsTextControlFrame.cpp +++ b/layout/forms/nsTextControlFrame.cpp @@ -1386,10 +1386,6 @@ nsTextControlFrame::CalcIntrinsicSize(nsIRenderingContext* aRenderingContext, void nsTextControlFrame::DelayedEditorInit() { - // Make sure that editor init doesn't do things that would kill us off - // (especially off the script blockers it'll create for its DOM mutations). - nsAutoScriptBlocker scriptBlocker; - // Time to mess with our security context... See comments in GetValue() // for why this is needed. nsCxPusher pusher;