| Index: Source/core/html/HTMLDocument.h
|
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h
|
| index 2b910e7be0921f39ecd9087dc0abb370c6076bd3..f89c1b7639f2c445317a8045e1220c96136aed5d 100644
|
| --- a/Source/core/html/HTMLDocument.h
|
| +++ b/Source/core/html/HTMLDocument.h
|
| @@ -67,8 +67,8 @@ public:
|
|
|
| using Document::write;
|
| using Document::writeln;
|
| - void write(DOMWindow*, const Vector<String>& text, ExceptionState&);
|
| - void writeln(DOMWindow*, const Vector<String>& text, ExceptionState&);
|
| + void write(LocalDOMWindow*, const Vector<String>& text, ExceptionState&);
|
| + void writeln(LocalDOMWindow*, const Vector<String>& text, ExceptionState&);
|
|
|
| static bool isCaseSensitiveAttribute(const QualifiedName&);
|
|
|
|
|