| Index: sky/engine/core/dom/Node.h
|
| diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h
|
| index 5855ebf9be55e5befa865821f30a019d32de369b..8c8b8d63f92aabc9dc83beca3c47848eb5703532 100644
|
| --- a/sky/engine/core/dom/Node.h
|
| +++ b/sky/engine/core/dom/Node.h
|
| @@ -163,7 +163,7 @@ public:
|
| virtual PassRefPtr<Node> cloneNode(bool deep = false) = 0;
|
| virtual const AtomicString& localName() const;
|
|
|
| - String textContent(bool convertBRsToNewlines = false) const;
|
| + String textContent() const;
|
| void setTextContent(const String&);
|
|
|
| // Other methods (not part of DOM)
|
|
|