| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 03df9b855ae706d4d4cf1e5345eddc3c5955ccdb..217f2f91f556dbd0d4d613a669ddb9707c1e00d1 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -107,7 +107,7 @@ private:
|
| RenderObject* m_renderer;
|
| };
|
|
|
| -class Node : public TreeSharedWillBeRefCountedGarbageCollected<Node>, public EventTarget, public ScriptWrappable {
|
| +class Node : public EventTarget, public ScriptWrappable, public TreeSharedWillBeRefCountedGarbageCollected<Node> {
|
| friend class Document;
|
| friend class TreeScope;
|
| friend class TreeScopeAdopter;
|
|
|