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

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

Issue 1317363003: Oilpan: fix build after r201436, r201444. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | Source/core/inspector/PageDebuggerAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/LayoutEditor.h
diff --git a/Source/core/inspector/LayoutEditor.h b/Source/core/inspector/LayoutEditor.h
index 29c25cf7c4c1f8852a00a600a9a528f7469406ff..f23d850ed13472d4598941341a59acecc28f73cd 100644
--- a/Source/core/inspector/LayoutEditor.h
+++ b/Source/core/inspector/LayoutEditor.h
@@ -21,8 +21,7 @@ class InspectorCSSAgent;
class JSONArray;
class JSONObject;
-class CORE_EXPORT LayoutEditor final: public NoBaseWillBeGarbageCollectedFinalized<LayoutEditor> {
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(LayoutEditor);
+class CORE_EXPORT LayoutEditor final : public NoBaseWillBeGarbageCollectedFinalized<LayoutEditor> {
public:
static PassOwnPtrWillBeRawPtr<LayoutEditor> create(InspectorCSSAgent* cssAgent)
{
@@ -35,7 +34,7 @@ public:
void overlayPropertyChanged(float);
void overlayEndedPropertyChange();
- DECLARE_VIRTUAL_TRACE();
+ DECLARE_TRACE();
private:
explicit LayoutEditor(InspectorCSSAgent*);
« no previous file with comments | « no previous file | Source/core/inspector/PageDebuggerAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698