| Index: third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| index ebda7e920cd536a100100296372b648302833037..485594d24806a00e4ddbca66167ded282ed3771b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| @@ -112,6 +112,7 @@ class CORE_EXPORT HTMLPlugInElement : public HTMLFrameOwnerElement {
|
| bool& use_fallback);
|
|
|
| void DispatchErrorEvent();
|
| + bool IsErrorplaceholder();
|
| void LazyReattachIfNeeded();
|
|
|
| String service_type_;
|
|
|