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

Unified Diff: third_party/WebKit/Source/core/dom/FunctionStringCallback.idl

Issue 2896183002: Rename StringCallback to FunctionStringCallback. (Closed)
Patch Set: Created 3 years, 7 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: third_party/WebKit/Source/core/dom/FunctionStringCallback.idl
diff --git a/third_party/WebKit/Source/core/dom/StringCallback.idl b/third_party/WebKit/Source/core/dom/FunctionStringCallback.idl
similarity index 94%
rename from third_party/WebKit/Source/core/dom/StringCallback.idl
rename to third_party/WebKit/Source/core/dom/FunctionStringCallback.idl
index 3a09d549ded522fd4200575653d5064ee45140d9..ae28970837e1e31ddafddd6df7fd466d5d28c06d 100644
--- a/third_party/WebKit/Source/core/dom/StringCallback.idl
+++ b/third_party/WebKit/Source/core/dom/FunctionStringCallback.idl
@@ -30,7 +30,6 @@
// https://html.spec.whatwg.org/#the-datatransferitem-interface
-// TODO(markdittmer): Spec defines this as FunctionStringCallback.
-callback interface StringCallback {
+callback interface FunctionStringCallback {
void handleEvent(DOMString data);
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/FunctionStringCallback.h ('k') | third_party/WebKit/Source/core/dom/StringCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698