| Index: third_party/WebKit/Source/core/dom/DOMImplementation.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMImplementation.cpp b/third_party/WebKit/Source/core/dom/DOMImplementation.cpp
|
| index 631c76d1c9bbf0fe831e3ad6eb934f9bb7eb3ae6..5c7975e2c94c5fb777ecb1d96de93c7e7abc6cf0 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMImplementation.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DOMImplementation.cpp
|
| @@ -227,7 +227,7 @@ Document* DOMImplementation::createDocument(const String& type, const DocumentIn
|
|
|
| PluginData* pluginData = 0;
|
| if (init.frame() && init.frame()->page() && init.frame()->loader().allowPlugins(NotAboutToInstantiatePlugin))
|
| - pluginData = init.frame()->page()->pluginData();
|
| + pluginData = init.frame()->pluginData();
|
|
|
| // PDF is one image type for which a plugin can override built-in support.
|
| // We do not want QuickTime to take over all image types, obviously.
|
|
|