Index: Source/core/xml/XMLSerializer.h |
diff --git a/Source/core/xml/XMLSerializer.h b/Source/core/xml/XMLSerializer.h |
index 38b3131d034b78981c7a1c439eddb51fe9b9d448..09d9a4665beb5b1c16f58bd125b56488af2a41e0 100644 |
--- a/Source/core/xml/XMLSerializer.h |
+++ b/Source/core/xml/XMLSerializer.h |
@@ -39,7 +39,7 @@ public: |
return adoptRefWillBeNoop(new XMLSerializer); |
} |
- String serializeToString(Node*, ExceptionState&); |
+ String serializeToString(Node*); |
void trace(Visitor*) { } |