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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.cpp

Issue 2495033003: Stop using v8_interface.interface_context in Web modules bindings. (Closed)
Patch Set: Removed the comment. Created 4 years, 1 month 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 | « third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.cpp
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.cpp b/third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.cpp
index b0961f62cc6c2eca09a9e40825a06dec50a5b20f..72fa04d940244d750fd8f34db98f5f659fde3b53 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.cpp
+++ b/third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.cpp
@@ -11,6 +11,7 @@
#include "WebTestInterface3.h"
// TODO(dglazkov): Implement generating includes.
+#include "WebDOMString.h"
namespace blink {
namespace api {
@@ -20,15 +21,11 @@ namespace api {
// TODO(dglazkov): Implement constructor generation
// TODO(dglazkov): Implement attribute getter/setter generation
-// readonlyStringifierAttribute
+// DOMString readonlyStringifierAttribute
// TODO(dglazkov): Implement method generation
// void CppTestInterface3::voidMethodDocument
-// Iterator* CppTestInterface3::keys
-// Iterator* CppTestInterface3::values
-// Iterator* CppTestInterface3::entries
-// void CppTestInterface3::forEach
-// String CppTestInterface3::toString
+// Iterator CppTestInterface3::keys
} // namespace api
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698