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

Unified Diff: Source/bindings/tests/idls/TestNode.idl

Issue 353973002: IDL: fix code generation for attributes with [PutForwards] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: the fix Created 6 years, 6 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/bindings/tests/idls/TestNode.idl
diff --git a/Source/bindings/tests/idls/TestNode.idl b/Source/bindings/tests/idls/TestNode.idl
index 301f7f002f231e6c72ca1eb77d8bc8b6a5ba61da..90b273abc25a9295f826b424e76fd5924b17b77c 100644
--- a/Source/bindings/tests/idls/TestNode.idl
+++ b/Source/bindings/tests/idls/TestNode.idl
@@ -24,5 +24,6 @@
// These attributes are needed to test [PutForwards] in TestObject.idl.
attribute DOMString href;
[RaisesException=Setter] attribute DOMString hrefThrows;
- [SetterCallWith=ActiveWindow&FirstWindow] attribute DOMString hrefCallWith;
+ [SetterCallWith=ExecutionContext&ActiveWindow&FirstWindow] attribute DOMString hrefCallWith;
+ attribute ByteString hrefByteString;
};

Powered by Google App Engine
This is Rietveld 408576698