| Index: Source/core/dom/Node.cpp
|
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
|
| index 0ff8d8b871a3cdd306cf911100b1f68a9bdf2413..881387b1f5cb3ac9aab428c44fddf906258f466c 100644
|
| --- a/Source/core/dom/Node.cpp
|
| +++ b/Source/core/dom/Node.cpp
|
| @@ -1863,8 +1863,6 @@ FloatPoint Node::convertFromPage(const FloatPoint& p) const
|
| return p;
|
| }
|
|
|
| -#ifndef NDEBUG
|
| -
|
| String Node::debugName() const
|
| {
|
| StringBuilder name;
|
| @@ -1890,6 +1888,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())
|
|
|