| 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 369b8c5263bd8626f16ba3293971f3d4813db904..8f02fe261763f23513a64e3eb67537488e49b267 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -993,12 +993,6 @@ inline bool Node::ShouldCallRecalcStyle(StyleRecalcChange change) {
|
| ChildNeedsStyleRecalc();
|
| }
|
|
|
| -// See the comment at the declaration of ScriptWrappable::fromNode in
|
| -// bindings/core/v8/ScriptWrappable.h about why this method is defined here.
|
| -inline ScriptWrappable* ScriptWrappable::FromNode(Node* node) {
|
| - return node;
|
| -}
|
| -
|
| // Allow equality comparisons of Nodes by reference or pointer, interchangeably.
|
| DEFINE_COMPARISON_OPERATORS_WITH_REFERENCES(Node)
|
|
|
|
|