Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1336)

Unified Diff: Source/core/inspector/InspectorHighlight.h

Issue 1008083003: Oilpan: Build fix after r192009 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698