| Index: third_party/WebKit/Source/core/dom/Node.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.cpp b/third_party/WebKit/Source/core/dom/Node.cpp
|
| index dcb18417a9009b814f030a4c637bb50f09b94293..a9b1600af5dc1af1ed3cc75c31e13e4e23b1855f 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Node.cpp
|
| @@ -605,7 +605,7 @@ LayoutRect Node::boundingBox() const
|
| return LayoutRect();
|
| }
|
|
|
| -#ifndef NDEBUG
|
| +//#ifndef NDEBUG
|
| inline static ShadowRoot* oldestShadowRootFor(const Node* node)
|
| {
|
| if (!node->isElementNode())
|
| @@ -614,7 +614,7 @@ inline static ShadowRoot* oldestShadowRootFor(const Node* node)
|
| return shadow->oldestShadowRoot();
|
| return nullptr;
|
| }
|
| -#endif
|
| +//#endif
|
|
|
| Node& Node::shadowIncludingRoot() const
|
| {
|
| @@ -1572,7 +1572,7 @@ std::ostream& operator<<(std::ostream& ostream, const Node* node)
|
| return ostream << *node;
|
| }
|
|
|
| -#ifndef NDEBUG
|
| +//#ifndef NDEBUG
|
|
|
| static void appendAttributeDesc(const Node* node, StringBuilder& stringBuilder, const QualifiedName& name, const char* attrDesc)
|
| {
|
| @@ -1809,7 +1809,7 @@ void Node::showTreeForThisAcrossFrame() const
|
| showSubTreeAcrossFrame(rootNode, this, "");
|
| }
|
|
|
| -#endif
|
| +//#endif
|
|
|
| // --------
|
|
|
|
|