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

Unified Diff: Source/core/frame/Location.idl

Issue 1035023005: [bindings] Support CallWith=ThisValue for generic interface methods (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/core/frame/Location.idl
diff --git a/Source/core/frame/Location.idl b/Source/core/frame/Location.idl
index 9ceca267619e2e953395c21a7799975e8eacd88b..6608ad6ee3c1377bcbd9cab82bbb26830e0a63c5 100644
--- a/Source/core/frame/Location.idl
+++ b/Source/core/frame/Location.idl
@@ -55,5 +55,5 @@
[Unforgeable] readonly attribute DOMStringList ancestorOrigins;
[NotEnumerable, Unforgeable, ImplementedAs=href] DOMString toString();
- [NotEnumerable, Custom, Unforgeable] any valueOf();
+ [NotEnumerable, CallWith=ThisValue, Unforgeable] any valueOf();
};
« Source/bindings/tests/results/core/V8TestObject.cpp ('K') | « Source/core/frame/Location.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698