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

Unified Diff: Source/bindings/modules/v8/IDBBindingUtilities.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
Index: Source/bindings/modules/v8/IDBBindingUtilities.h
diff --git a/Source/bindings/modules/v8/IDBBindingUtilities.h b/Source/bindings/modules/v8/IDBBindingUtilities.h
index cadde00544e987eed3dbed54f21339a58fc54629..0f193c6c2d75028f0f2c8b790fdbb2f4bcabd2ac 100644
--- a/Source/bindings/modules/v8/IDBBindingUtilities.h
+++ b/Source/bindings/modules/v8/IDBBindingUtilities.h
@@ -37,7 +37,7 @@ class WebBlobInfo;
}
-namespace WebCore {
+namespace blink {
class IDBAny;
class IDBKey;
@@ -62,6 +62,6 @@ ScriptValue deserializeScriptValue(ScriptState*, SerializedScriptValue*, const V
void assertPrimaryKeyValidOrInjectable(ScriptState*, PassRefPtr<SharedBuffer>, const Vector<blink::WebBlobInfo>*, IDBKey*, const IDBKeyPath&);
#endif
-} // namespace WebCore
+} // namespace blink
#endif // IDBBindingUtilities_h
« no previous file with comments | « Source/bindings/modules/v8/DictionaryHelperForModules.cpp ('k') | Source/bindings/modules/v8/IDBBindingUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698