| Index: third_party/WebKit/Source/core/html/HTMLDocument.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLDocument.h b/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| index 5890bc2071ad01bd632fee608a286adc0b3752ed..d43a499929f5a0daf21b1610c8d894b2b05d4eb8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| @@ -64,8 +64,6 @@ public:
|
| void removeExtraNamedItem(const AtomicString& name);
|
| bool hasExtraNamedItem(const AtomicString& name);
|
|
|
| - static bool isCaseSensitiveAttribute(const QualifiedName&);
|
| -
|
| Document* cloneDocumentWithoutChildren() final;
|
|
|
| protected:
|
|
|