Index: third_party/WebKit/Source/core/xml/DOMParser.idl |
diff --git a/third_party/WebKit/Source/core/xml/DOMParser.idl b/third_party/WebKit/Source/core/xml/DOMParser.idl |
index f81725542ee80db86b52675fae1b66a1b2028721..8bab4da8d42eaaee782307b1bfe8e18def99619c 100644 |
--- a/third_party/WebKit/Source/core/xml/DOMParser.idl |
+++ b/third_party/WebKit/Source/core/xml/DOMParser.idl |
@@ -30,7 +30,6 @@ enum SupportedType { |
[ |
Constructor, |
ConstructorCallWith=Document, |
- GarbageCollected, |
] interface DOMParser { |
[NewObject] Document parseFromString(DOMString str, SupportedType type); |
}; |