mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Annotate many DOM attribute and methods with [Constant] and [Pure]
This commit is contained in:
parent
4dbf391e83
commit
49219baab8
18 changed files with 69 additions and 14 deletions
|
@ -23,5 +23,6 @@ interface DOMImplementation {
|
|||
[NewObject]
|
||||
Document createHTMLDocument(optional DOMString title);
|
||||
|
||||
[Pure]
|
||||
boolean hasFeature(); // useless, always return true
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue