| Index: third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
|
| index a5d5756f5d7b759cc692acfbbc36876aa69c50ca..2e98074037dd7754d80c0af9eed216dece7fe08a 100644
|
| --- a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
|
| @@ -60,7 +60,7 @@ bool WebHelperPluginImpl::initialize(const String& pluginType,
|
| return false;
|
|
|
| m_objectElement =
|
| - HTMLObjectElement::create(*frame->frame()->document(), 0, false);
|
| + HTMLObjectElement::create(*frame->frame()->document(), false);
|
| Vector<String> attributeNames;
|
| Vector<String> attributeValues;
|
| DCHECK(frame->frame()->document()->url().isValid());
|
|
|