Index: Source/core/core.gyp |
diff --git a/Source/core/core.gyp b/Source/core/core.gyp |
index 7a5cc6925e844129270a36796125ce1a094e2d76..3b8cb5efd1f48d1ae936866987d0501bc25c798a 100644 |
--- a/Source/core/core.gyp |
+++ b/Source/core/core.gyp |
@@ -399,6 +399,7 @@ |
'defines': [ |
'WEBCORE_NAVIGATOR_VENDOR="Google Inc."', |
'WEBKIT_IMPLEMENTATION=1', |
+ 'INSIDE_WEBKIT', |
], |
'include_dirs': [ |
'<@(webcore_include_dirs)', |
@@ -1086,6 +1087,7 @@ |
], |
'defines': [ |
'WEBKIT_IMPLEMENTATION=1', |
+ 'INSIDE_WEBKIT', |
], |
'include_dirs': [ |
'<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is fixed. |