Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve DOM interfaces' extended attributes #7601

Merged
merged 5 commits into from Sep 20, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix NodeIterator.root attributes

It should be [SameObject].
  • Loading branch information
nox committed Sep 11, 2015
commit 4dbf391e837652d8a509224e3a07f65d923fb9c2
@@ -8,7 +8,7 @@
// Import from http://hg.mozilla.org/mozilla-central/raw-file/a5a720259d79/dom/webidl/NodeIterator.webidl

interface NodeIterator {
[Constant]
[SameObject]
readonly attribute Node root;
[Pure]
readonly attribute Node referenceNode;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.