Index: Source/modules/modules.gyp |
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp |
index 4d81d40fc93893bc3264acb49cff99304b477605..1a3c181a2f0b6b1f3c3739cdcc0c21d7ad9acd59 100644 |
--- a/Source/modules/modules.gyp |
+++ b/Source/modules/modules.gyp |
@@ -77,7 +77,7 @@ |
'../build/scripts/make-file-arrays.py', |
'--out-h=<(blink_modules_output_dir)/CachePolyfill.h', |
'--out-cpp=<(blink_modules_output_dir)/CachePolyfill.cpp', |
- '--namespace=WebCore', |
+ '--namespace=blink', |
'<@(resources)', |
], |
}, |
@@ -103,7 +103,7 @@ |
'../build/scripts/make-file-arrays.py', |
'--out-h=<(blink_modules_output_dir)/CacheStoragePolyfill.h', |
'--out-cpp=<(blink_modules_output_dir)/CacheStoragePolyfill.cpp', |
- '--namespace=WebCore', |
+ '--namespace=blink', |
'<@(resources)', |
], |
}, |