| Index: Source/core/inspector/InspectorHighlight.h
|
| diff --git a/Source/core/inspector/InspectorHighlight.h b/Source/core/inspector/InspectorHighlight.h
|
| index a22cfb6f5f06f68733dccbb31c5c2d78afd69356..982e3b2db9d31b29798e0e2610b87f6a0b5551bf 100644
|
| --- a/Source/core/inspector/InspectorHighlight.h
|
| +++ b/Source/core/inspector/InspectorHighlight.h
|
| @@ -33,7 +33,7 @@ public:
|
| bool showExtensionLines;
|
| };
|
|
|
| -class InspectorHighlight : public NoBaseWillBeGarbageCollected<InspectorHighlight> {
|
| +class InspectorHighlight : public NoBaseWillBeGarbageCollectedFinalized<InspectorHighlight> {
|
| public:
|
| ~InspectorHighlight();
|
|
|
| @@ -51,6 +51,8 @@ public:
|
| void appendEventTargetQuads(Node* eventTargetNode, const InspectorHighlightConfig&);
|
| PassRefPtr<JSONObject> asJSONObject() const;
|
|
|
| + DEFINE_INLINE_TRACE() { }
|
| +
|
| private:
|
| InspectorHighlight();
|
|
|
|
|