Index: Source/core/xml/DOMParser.h |
diff --git a/Source/core/xml/DOMParser.h b/Source/core/xml/DOMParser.h |
index b65395bbb24ab65fb4c81d1a47d781e12bbc21f9..13841fb992d093ea08075a01cb7b06e9d3f7ce48 100644 |
--- a/Source/core/xml/DOMParser.h |
+++ b/Source/core/xml/DOMParser.h |
@@ -28,7 +28,6 @@ |
namespace blink { |
class Document; |
-class ExceptionState; |
class DOMParser final : public RefCountedWillBeGarbageCollected<DOMParser>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
@@ -38,7 +37,7 @@ public: |
return adoptRefWillBeNoop(new DOMParser); |
} |
- PassRefPtrWillBeRawPtr<Document> parseFromString(const String&, const String& contentType, ExceptionState&); |
+ PassRefPtrWillBeRawPtr<Document> parseFromString(const String&, const String& type); |
void trace(Visitor*) { } |