summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/dom/space_split_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/dom/space_split_string.h')
-rw-r--r--chromium/third_party/blink/renderer/core/dom/space_split_string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/dom/space_split_string.h b/chromium/third_party/blink/renderer/core/dom/space_split_string.h
index 103cf9ebb31..bb6723f870e 100644
--- a/chromium/third_party/blink/renderer/core/dom/space_split_string.h
+++ b/chromium/third_party/blink/renderer/core/dom/space_split_string.h
@@ -113,6 +113,8 @@ class CORE_EXPORT SpaceSplitString {
scoped_refptr<Data> data_;
};
+CORE_EXPORT std::ostream& operator<<(std::ostream&, const SpaceSplitString&);
+
} // namespace blink
#endif // THIRD_PARTY_BLINK_RENDERER_CORE_DOM_SPACE_SPLIT_STRING_H_