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

Unified Diff: Source/wtf/TypeTraits.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (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
« no previous file with comments | « Source/wtf/RefVector.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/TypeTraits.h
diff --git a/Source/wtf/TypeTraits.h b/Source/wtf/TypeTraits.h
index 586e943a642ee9f9a8e2505cece8fdcfe3f7ac78..d015b475a2786a78e62b99bca6dbf5c1e5b6ebef 100644
--- a/Source/wtf/TypeTraits.h
+++ b/Source/wtf/TypeTraits.h
@@ -291,17 +291,17 @@ namespace WTF {
} // namespace WTF
-namespace WebCore {
+namespace blink {
class JSONValue;
-} // namespace WebCore
+} // namespace blink
namespace WTF {
// FIXME: Disable pointer conversion checking against JSONValue.
// The current CodeGeneratorInspector.py generates code which upcasts to JSONValue from undefined types.
- template<typename From> class IsPointerConvertible<From, WebCore::JSONValue> {
+ template<typename From> class IsPointerConvertible<From, blink::JSONValue> {
public:
enum {
Value = true
« no previous file with comments | « Source/wtf/RefVector.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698