| 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 d43a499929f5a0daf21b1610c8d894b2b05d4eb8..5890bc2071ad01bd632fee608a286adc0b3752ed 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| @@ -64,6 +64,8 @@
|
| void removeExtraNamedItem(const AtomicString& name);
|
| bool hasExtraNamedItem(const AtomicString& name);
|
|
|
| + static bool isCaseSensitiveAttribute(const QualifiedName&);
|
| +
|
| Document* cloneDocumentWithoutChildren() final;
|
|
|
| protected:
|
|
|