| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 038fd039a52a1a3834373c070a3c1244185f82c6..391b20579fb3e524661b717e17c3a9576fa26ac8 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -862,7 +862,7 @@ public:
|
|
|
| bool isSecureTransitionTo(const KURL&) const;
|
|
|
| - bool allowInlineEventHandlers(Node*, EventListener*, const String& contextURL, const WTF::OrdinalNumber& contextLine);
|
| + bool allowInlineEventHandler(Node*, EventListener*, const String& contextURL, const WTF::OrdinalNumber& contextLine);
|
| bool allowExecutingScripts(Node*);
|
|
|
| void enforceSandboxFlags(SandboxFlags mask) override;
|
|
|