Backed out changeset 12e163f4f272

This commit is contained in:
Dão Gottwald 2009-03-16 15:00:57 +01:00
parent 914389430a
commit 3b81a42595

View File

@ -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;