| Index: Source/web/WebHelperPluginImpl.cpp
|
| diff --git a/Source/web/WebHelperPluginImpl.cpp b/Source/web/WebHelperPluginImpl.cpp
|
| index bf0823689e9e225bfb70c82a9e66e61459dd5e4f..9bbf17968ff4fe052a976d2508af312f476f1194 100644
|
| --- a/Source/web/WebHelperPluginImpl.cpp
|
| +++ b/Source/web/WebHelperPluginImpl.cpp
|
| @@ -208,7 +208,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);
|
|
|