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

Unified Diff: Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl

Issue 424983002: Stop using WebCore namespace in generated code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/build/scripts/templates/InternalRuntimeFlags.h.tmpl
diff --git a/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl b/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
index 7d6d47a594869e60cccea2ed0ee514fe0c37e293..99f09699f9117a392edc54a765917d67bfba7c7c 100644
--- a/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
+++ b/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
@@ -11,7 +11,7 @@
#include "wtf/RefPtr.h"
#include "wtf/RefCounted.h"
-namespace WebCore {
+namespace blink {
class InternalRuntimeFlags : public RefCountedWillBeGarbageCollected<InternalRuntimeFlags>, public ScriptWrappable {
public:
@@ -41,6 +41,6 @@ private:
}
};
-} // namespace WebCore
+} // namespace blink
#endif // InternalRuntimeFlags_h

Powered by Google App Engine
This is Rietveld 408576698