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

Unified Diff: third_party/WebKit/Source/bindings/IDLExtendedAttributes.md

Issue 2341673004: [Binding] Replace 'Unscopeable' with 'Unscopable' (Closed)
Patch Set: . Created 4 years, 3 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: third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
diff --git a/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md b/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
index 5d68a9511b62f9de12113c512926af4b28ccd3ac..6b3563864641cfb392f617d795524a66eeb3ee71 100644
--- a/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
+++ b/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
@@ -478,9 +478,9 @@ By default, interface members are configurable (i.e. you can modify a property d
Implementation: **Non-standard**: `[Unforgeable]` for attributes has an unspeced side-effect that it makes the property data-type property (`{writable: ..., value: ...}`) although it must be accessor-type property (`{get: ..., set: ...}`). ([Bug 497616](https://crbug.co/497616))
-### [Unscopeable] _(o, a)_
+### [Unscopable] _(o, a)_
-Standard: [Unscopeable](http://heycam.github.io/webidl/#Unscopeable)
+Standard: [Unscopable](http://heycam.github.io/webidl/#Unscopable)
Summary: The interface member will not appear as a named property within `with` statements.

Powered by Google App Engine
This is Rietveld 408576698