summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/xml/xslt_processor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/xml/xslt_processor.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/xml/xslt_processor.idl6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/core/xml/xslt_processor.idl b/chromium/third_party/blink/renderer/core/xml/xslt_processor.idl
index ba796f26d94..f6ea356cfd1 100644
--- a/chromium/third_party/blink/renderer/core/xml/xslt_processor.idl
+++ b/chromium/third_party/blink/renderer/core/xml/xslt_processor.idl
@@ -31,11 +31,9 @@
// https://hg.mozilla.org/mozilla-central/file/012853bd80b7/dom/webidl/XSLTProcessor.webidl
[
- Constructor,
- ConstructorCallWith=Document,
- RuntimeEnabled=XSLT,
- MeasureAs=XSLTProcessor
+ RuntimeEnabled=XSLT
] interface XSLTProcessor {
+ [CallWith=Document, MeasureAs=XSLTProcessor] constructor();
void importStylesheet(Node style);
// TODO(foolip): In Gecko, the transformTo*() methods throw an exception in