| Index: Source/web/WebHelperPluginImpl.cpp
|
| diff --git a/Source/web/WebHelperPluginImpl.cpp b/Source/web/WebHelperPluginImpl.cpp
|
| old mode 100644
|
| new mode 100755
|
| index a62890b65e3c2c390da486dbb0edb4a48f542676..2eb87c150342d2335c0c0494f0fcccc8b2cb36f1
|
| --- a/Source/web/WebHelperPluginImpl.cpp
|
| +++ b/Source/web/WebHelperPluginImpl.cpp
|
| @@ -204,7 +204,7 @@ bool WebHelperPluginImpl::initializePage(const String& pluginType, const WebDocu
|
| pageClients.chromeClient = m_chromeClient.get();
|
|
|
| m_page = adoptPtr(new Page(pageClients));
|
| - ASSERT(!m_page->settings().isScriptEnabled());
|
| + ASSERT(!m_page->settings().scriptEnabled());
|
| m_page->settings().setPluginsEnabled(true);
|
|
|
| m_webView->client()->initializeHelperPluginWebFrame(this);
|
|
|