| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index ff4263d878e7e7df2fbe1476a03916a3f3cf6788..e8790a33e95227df2e3a8cdf510fbbf223ee8258 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -233,7 +233,7 @@ class CORE_EXPORT Node : public EventTarget {
|
| const AtomicString& lookupPrefix(const AtomicString& namespace_uri) const;
|
| const AtomicString& lookupNamespaceURI(const String& prefix) const;
|
|
|
| - String textContent(bool convert_b_rs_to_newlines = false) const;
|
| + String textContent(bool convert_brs_to_newlines = false) const;
|
| void setTextContent(const String&);
|
|
|
| bool SupportsAltText();
|
|
|