| Index: Source/core/dom/DOMImplementation.idl
|
| diff --git a/Source/core/dom/DOMImplementation.idl b/Source/core/dom/DOMImplementation.idl
|
| index 7630c5e5fbd267d3c1e1ab8ee8a1d28d5b8812ca..4c99635256a127c4658add12c9ef704d0cb6dafb 100644
|
| --- a/Source/core/dom/DOMImplementation.idl
|
| +++ b/Source/core/dom/DOMImplementation.idl
|
| @@ -24,6 +24,7 @@
|
|
|
| // DOM Level 1
|
|
|
| + [ImplementedAs=hasFeatureForBindings, MeasureAs=DOMImplementationHasFeature]
|
| boolean hasFeature(DOMString feature, [TreatNullAs=NullString] DOMString version);
|
|
|
| // DOM Level 2
|
|
|