Index: Source/WebCore/dom/Document.idl |
diff --git a/Source/WebCore/dom/Document.idl b/Source/WebCore/dom/Document.idl |
index 2884c1b55ef79605c4085f382094e85c84e4605b..03b10c52c7c0b9dd71c23170c1a9ba2fd3e63881 100644 |
--- a/Source/WebCore/dom/Document.idl |
+++ b/Source/WebCore/dom/Document.idl |
@@ -137,10 +137,6 @@ |
[PerWorldBindings] NodeList getElementsByName([Optional=DefaultIsUndefined] DOMString elementName); |
-#if defined(ENABLE_MICRODATA) && ENABLE_MICRODATA |
- NodeList getItems([TreatNullAs=NullString, TreatUndefinedAs=NullString, Optional=DefaultIsUndefined] DOMString typeNames); |
-#endif |
- |
[Custom] attribute Location location; |
// IE extensions |