| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| index 56be05ae5aa2c20ec6d60d0b4e865d0327abf4d2..16da91b045f69e7a33000de326bd50bf44896b0f 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -451,7 +451,7 @@ v8::Local<v8::Object> WebPluginContainerImpl::v8ObjectForElement() {
|
| return v8::Local<v8::Object>();
|
|
|
| v8::Local<v8::Value> v8value =
|
| - toV8(m_element.get(), scriptState->context()->Global(),
|
| + ToV8(m_element.get(), scriptState->context()->Global(),
|
| scriptState->isolate());
|
| if (v8value.IsEmpty())
|
| return v8::Local<v8::Object>();
|
|
|