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

Unified Diff: Source/bindings/modules/v8/DictionaryForModules.h

Issue 534133002: [WIP] bindings: Introduce PropertyBag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/bindings/core/v8/v8.gypi ('k') | Source/bindings/modules/v8/DictionaryHelperForModules.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/DictionaryForModules.h
diff --git a/Source/bindings/modules/v8/DictionaryForModules.h b/Source/bindings/modules/v8/DictionaryForModules.h
new file mode 100644
index 0000000000000000000000000000000000000000..19dc8b0c472dcb551558d0483d1e93edd15d3d73
--- /dev/null
+++ b/Source/bindings/modules/v8/DictionaryForModules.h
@@ -0,0 +1,13 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// NOTE: We can remove this once we complete implementing IDL dictionaries.
+
+#ifndef DictionaryForModules_h
+#define DictionaryForModules_h
+
+#include "bindings/core/v8/Dictionary.h"
+#include "bindings/modules/v8/V8Headers.h"
+
+#endif
« no previous file with comments | « Source/bindings/core/v8/v8.gypi ('k') | Source/bindings/modules/v8/DictionaryHelperForModules.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698