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

Unified Diff: Source/modules/serviceworkers/FooCallback.idl

Issue 287363004: ServiceWorker: support Response.{status,statusText,headers} [blink] (2/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/modules/serviceworkers/FooCallback.idl
diff --git a/Source/modules/serviceworkers/FooCallback.idl b/Source/modules/serviceworkers/FooCallback.idl
new file mode 100644
index 0000000000000000000000000000000000000000..95517b210d1028141c92adcd47f6b676c44c9529
--- /dev/null
+++ b/Source/modules/serviceworkers/FooCallback.idl
@@ -0,0 +1,8 @@
+//callback interface FooCallback {
jsbell 2014/05/23 20:59:49 Included this file by accident?
kinuko 2014/05/26 05:45:13 Oops... yes, removed.
+// [CallWith=ThisValue] boolean handleItem(DOMString value, DOMString key, HeaderMap object);
+// boolean handleItem(DOMString value, DOMString key, Entry object);
+//};
+callback interface FooCallback {
+ [CallWith=ThisValue] boolean handleItem(FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set);
+ boolean handleItem(FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set);
+};

Powered by Google App Engine
This is Rietveld 408576698