| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 98ea05cb5beb6899d4cedf83dd752c80eb693edb..a3883658317f606840058561a03e4e762d46a3b0 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -661,6 +661,7 @@ public:
|
| unsigned lengthOfContents() const;
|
|
|
| virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) OVERRIDE;
|
| + virtual v8::Handle<v8::Object> associateWithWrapper(const WrapperTypeInfo*, v8::Handle<v8::Object> wrapper, v8::Isolate*) OVERRIDE;
|
|
|
| private:
|
| enum NodeFlags {
|
|
|