| Index: Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h
|
| index 9425a351d5ea0ea5c17863bb5f6e532fd8eae549..c7afc25463b6fcfd818a245d1e9c77f095b6b372 100644
|
| --- a/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -153,6 +153,7 @@ public:
|
| virtual void getBoxModel(ErrorString*, int nodeId, RefPtr<TypeBuilder::DOM::BoxModel>&) override;
|
| virtual void getNodeForLocation(ErrorString*, int x, int y, int* nodeId) override;
|
| virtual void getRelayoutBoundary(ErrorString*, int nodeId, int* relayoutBoundaryNodeId) override;
|
| + virtual void getHighlightObjectForTest(ErrorString*, int nodeId, RefPtr<JSONObject>&) override;
|
| static void getEventListeners(EventTarget*, Vector<EventListenerInfo>& listenersArray, bool includeAncestors);
|
|
|
| class Listener : public WillBeGarbageCollectedMixin {
|
|
|