| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index 26d31c6539877182b023e06bb389872ba5388499..83baf0b4cc367c860078910b3a53df75f940558a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -772,8 +772,6 @@ class CORE_EXPORT Node : public EventTarget {
|
|
|
| DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
|
|
| - unsigned lengthOfContents() const;
|
| -
|
| private:
|
| enum NodeFlags {
|
| HasRareDataFlag = 1,
|
|
|