Index: third_party/WebKit/Source/core/dom/NodeFilter.idl |
diff --git a/third_party/WebKit/Source/core/dom/NodeFilter.idl b/third_party/WebKit/Source/core/dom/NodeFilter.idl |
index 3fe66ea40c928c2031105a83fcad1c727718edd9..bcb555754220353a66627dfa419beb4cd271ed92 100644 |
--- a/third_party/WebKit/Source/core/dom/NodeFilter.idl |
+++ b/third_party/WebKit/Source/core/dom/NodeFilter.idl |
@@ -46,5 +46,5 @@ |
const unsigned long SHOW_NOTATION = 0x800; // historical |
// FIXME: The node argument should not be optional. |
- [RaisesException] unsigned short acceptNode([Default=Undefined] optional Node node); |
+ [RaisesException, LegacyInterfaceTypeChecking] unsigned short acceptNode([Default=Undefined] optional Node node); |
}; |