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

Unified Diff: Source/platform/heap/Visitor.cpp

Issue 928033003: Ensure that Heap.h (not Visitor.h) is #included from Oilpan user code Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
Index: Source/platform/heap/Visitor.cpp
diff --git a/Source/platform/heap/Visitor.cpp b/Source/platform/heap/Visitor.cpp
index 2bf1ea1bda32405f3ce9ccbd22bfdbb3729e3284..b49e6832b7442b5ed06f0fe476f44dc54492a58e 100644
--- a/Source/platform/heap/Visitor.cpp
+++ b/Source/platform/heap/Visitor.cpp
@@ -29,6 +29,7 @@
*/
#include "config.h"
+#define Visitor_cpp
#include "platform/heap/Visitor.h"
#include "platform/heap/Handle.h"

Powered by Google App Engine
This is Rietveld 408576698