| 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 45c2960ff7815e718b4f00b38abb32be27bb206b..d933172caf0a2792fd086a8330fcf0e6cdfa649d 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -918,10 +918,8 @@ PassRefPtrWillBeRawPtr<T> T::create(Document& document) \
|
| return adoptRefWillBeNoop(new T(document)); \
|
| }
|
|
|
| -// These printers are available only for testing in "webkit_unit_tests", and
|
| -// implemented in "core/testing/CoreTestPrinters.cpp".
|
| -std::ostream& operator<<(std::ostream&, const Node&);
|
| -std::ostream& operator<<(std::ostream&, const Node*);
|
| +CORE_EXPORT std::ostream& operator<<(std::ostream&, const Node&);
|
| +CORE_EXPORT std::ostream& operator<<(std::ostream&, const Node*);
|
|
|
| } // namespace blink
|
|
|
|
|