Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: third_party/WebKit/Source/core/dom/Node.cpp

Issue 1878943011: CL for perf tryjob on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.h ('k') | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
// --------
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.h ('k') | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698