| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index 208585d7af83e48a1ed63bc2b1436893cec7586d..602f29cf86311bbb0e8d990ed9e6ba16ad63766b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -475,6 +475,7 @@ class CORE_EXPORT Element : public ContainerNode {
|
| const Attribute&) const {
|
| return false;
|
| }
|
| + bool isScriptingAttribute(const Attribute&) const;
|
|
|
| virtual bool isLiveLink() const { return false; }
|
| KURL hrefURL() const;
|
|
|