| Index: Source/core/paint/GraphicsContextAnnotator.cpp
|
| diff --git a/Source/core/paint/GraphicsContextAnnotator.cpp b/Source/core/paint/GraphicsContextAnnotator.cpp
|
| index a762a73ebce89aa2424f73cda04a90c3a8ac4920..b84e3b275e955d9913b1dad936404cf70bab48e1 100644
|
| --- a/Source/core/paint/GraphicsContextAnnotator.cpp
|
| +++ b/Source/core/paint/GraphicsContextAnnotator.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "config.h"
|
| #include "core/paint/GraphicsContextAnnotator.h"
|
|
|
| -#include "core/inspector/InspectorNodeIds.h"
|
| +#include "core/dom/DOMNodeIds.h"
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/layout/PaintInfo.h"
|
| #include "platform/graphics/GraphicsContextAnnotation.h"
|
| @@ -126,7 +126,7 @@ void GraphicsContextAnnotator::annotate(const PaintInfo& paintInfo, const Layout
|
| if (mode & AnnotateInspectorId) {
|
| if (Node* ownerNode = object->generatingNode()) {
|
| annotations.append(std::make_pair(AnnotationKeyInspectorNodeId,
|
| - String::number(InspectorNodeIds::idForNode(ownerNode))));
|
| + String::number(DOMNodeIds::idForNode(ownerNode))));
|
| }
|
| }
|
|
|
|
|