| Index: Source/core/dom/Node.cpp
|
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
|
| index 6f6bff2f16ff3abddb654526a6a5c3e0a5be7ddc..5677a1b73160eb849038feaee6280139feb397c2 100644
|
| --- a/Source/core/dom/Node.cpp
|
| +++ b/Source/core/dom/Node.cpp
|
| @@ -1893,8 +1893,6 @@ FloatPoint Node::convertFromPage(const FloatPoint& p) const
|
| return p;
|
| }
|
|
|
| -#ifndef NDEBUG
|
| -
|
| String Node::debugName() const
|
| {
|
| StringBuilder name;
|
| @@ -1919,6 +1917,8 @@ String Node::debugName() const
|
| return name.toString();
|
| }
|
|
|
| +#ifndef NDEBUG
|
| +
|
| static void appendAttributeDesc(const Node* node, StringBuilder& stringBuilder, const QualifiedName& name, const char* attrDesc)
|
| {
|
| if (!node->isElementNode())
|
|
|