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

Unified Diff: core/css/CSSVariablesMapForEachCallback.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | « core/css/CSSValue.idl ('k') | core/css/FontFace.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/CSSVariablesMapForEachCallback.idl
diff --git a/core/css/CSSVariablesMapForEachCallback.idl b/core/css/CSSVariablesMapForEachCallback.idl
index d66eb619ffbc2fd24a7e64cb57491a19bbfd3c36..11a6cfcb5817e499ff82bcdfab8c82df792783b9 100644
--- a/core/css/CSSVariablesMapForEachCallback.idl
+++ b/core/css/CSSVariablesMapForEachCallback.idl
@@ -26,6 +26,6 @@
*/
callback interface CSSVariablesMapForEachCallback {
- [CallWith=ThisValue] boolean handleItem(DOMString value, DOMString name, CSSVariablesMap map);
- boolean handleItem(DOMString value, DOMString name, CSSVariablesMap map);
+ [CallWith=ThisValue] void handleItem(DOMString value, DOMString name, CSSVariablesMap map);
+ void handleItem(DOMString value, DOMString name, CSSVariablesMap map);
};
« no previous file with comments | « core/css/CSSValue.idl ('k') | core/css/FontFace.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698