| 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 1d2d02f145e2501e972229b90845e9b0aca11528..aa4c350602de3406171c55e4ab4623ed0ebf5025 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -862,7 +862,7 @@ inline ScriptWrappable* ScriptWrappable::fromNode(Node* node)
|
| }
|
|
|
| // Allow equality comparisons of Nodes by reference or pointer, interchangeably.
|
| -DEFINE_COMPARISON_OPERATORS_WITH_REFERENCES_REFCOUNTED(Node)
|
| +DEFINE_COMPARISON_OPERATORS_WITH_REFERENCES(Node)
|
|
|
|
|
| #define DEFINE_NODE_TYPE_CASTS(thisType, predicate) \
|
|
|