| 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 a2699fad2f45c1debea89e2e1e2251fde825ef6d..f2598b36c3e7e0b1ee71dd300299793decf27a5b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -683,6 +683,8 @@ public:
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| + DECLARE_TRACE_WRAPPABLE_CHILDREN();
|
| +
|
| unsigned lengthOfContents() const;
|
|
|
| v8::Local<v8::Object> wrap(v8::Isolate*, v8::Local<v8::Object> creationContext) override;
|
| @@ -776,6 +778,7 @@ protected:
|
| bool hasRareData() const { return getFlag(HasRareDataFlag); }
|
|
|
| NodeRareData* rareData() const;
|
| + NodeRareData* maybeRareData() const;
|
| NodeRareData& ensureRareData();
|
| #if !ENABLE(OILPAN)
|
| void clearRareData();
|
|
|