Chromium Code Reviews

Unified Diff: Source/core/page/History.idl

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix error with Perl < 5.14 Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/page/DOMWindow.idl ('k') | Source/core/page/Location.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/History.idl
diff --git a/Source/core/page/History.idl b/Source/core/page/History.idl
index 40e6648da9be29fad1922e94f67a8e2f7feeb6a2..6fee491f55bf759ab1d228793f0772ef0c2577fc 100644
--- a/Source/core/page/History.idl
+++ b/Source/core/page/History.idl
@@ -23,7 +23,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface History {
+[
+ NoInterfaceObject,
+] interface History {
readonly attribute unsigned long length;
[CachedAttribute, Custom] readonly attribute SerializedScriptValue state;
« no previous file with comments | « Source/core/page/DOMWindow.idl ('k') | Source/core/page/Location.idl » ('j') | no next file with comments »

Powered by Google App Engine