Chromium Code Reviews| Index: Source/core/dom/DOMImplementation.idl |
| diff --git a/Source/core/dom/DOMImplementation.idl b/Source/core/dom/DOMImplementation.idl |
| index 7630c5e5fbd267d3c1e1ab8ee8a1d28d5b8812ca..180d6def7b762ef9068846170ca258aace93cac1 100644 |
| --- a/Source/core/dom/DOMImplementation.idl |
| +++ b/Source/core/dom/DOMImplementation.idl |
| @@ -24,6 +24,7 @@ |
| // DOM Level 1 |
| + [ImplementedAs=bindingsHasFeature, MeasureAs=DOMImplementationHasFeature] |
|
tkent
2014/01/17 01:59:06
"ForBinding" suffix is more popular than "bindings
philipj_slow
2014/01/17 02:27:47
Thank you! I grepped for ImplementedAs= and tried
|
| boolean hasFeature(DOMString feature, [TreatNullAs=NullString] DOMString version); |
| // DOM Level 2 |