Index: Source/core/BUILD.gn |
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn |
index 84517d348b2d3d8d07f746ee428756ff8c445def..68f13db1dc99d2471b95d27d8634e86950f30bd8 100644 |
--- a/Source/core/BUILD.gn |
+++ b/Source/core/BUILD.gn |
@@ -1030,7 +1030,7 @@ action("make_core_generated_user_agent_style_sheets") { |
] |
args = |
- [ "--namespace", "WebCore" ] + |
+ [ "--namespace", "blink" ] + |
[ "--out-h=" + rebase_path(outputs[0], root_build_dir) ] + |
[ "--out-cpp=" + rebase_path(outputs[1], root_build_dir) ] + |
rebase_path(inputs, root_build_dir) |