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