diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-09 08:07:55 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-09 08:07:55 +0000 |
commit | 059b52b73634798b54b27e215a134b53b5f04313 (patch) | |
tree | 349af5e298e253cce10e72effcb6a530e20ac7e0 /webkit/glue/webframe_impl.cc | |
parent | ddb4e216cc5f84386d64b1f2be11c75f03a01c29 (diff) | |
download | chromium_src-059b52b73634798b54b27e215a134b53b5f04313.zip chromium_src-059b52b73634798b54b27e215a134b53b5f04313.tar.gz chromium_src-059b52b73634798b54b27e215a134b53b5f04313.tar.bz2 |
Roll WebKit DEPS
TBR=dglazkov
Review URL: http://codereview.chromium.org/155278
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20254 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframe_impl.cc')
-rw-r--r-- | webkit/glue/webframe_impl.cc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/webkit/glue/webframe_impl.cc b/webkit/glue/webframe_impl.cc index c941f91..7ec990a 100644 --- a/webkit/glue/webframe_impl.cc +++ b/webkit/glue/webframe_impl.cc @@ -1613,10 +1613,11 @@ void WebFrameImpl::ExecuteScriptInNewContext( sources_in[i].startLine)); } - if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kIsolatedWorld)) - frame_->script()->evaluateInNewWorld(sources); - else - frame_->script()->evaluateInNewContext(sources); + // OOPS! Do not check in. + // if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kIsolatedWorld)) + frame_->script()->evaluateInNewWorld(sources); + // else + // frame_->script()->evaluateInNewContext(sources); } std::wstring WebFrameImpl::GetName() { |