summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/editing/HTMLInterchange.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/editing/HTMLInterchange.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/editing/HTMLInterchange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/editing/HTMLInterchange.h b/chromium/third_party/WebKit/Source/core/editing/HTMLInterchange.h
index b306437bb09..a4d484c9150 100644
--- a/chromium/third_party/WebKit/Source/core/editing/HTMLInterchange.h
+++ b/chromium/third_party/WebKit/Source/core/editing/HTMLInterchange.h
@@ -40,7 +40,7 @@ class Text;
enum EAnnotateForInterchange { DoNotAnnotateForInterchange, AnnotateForInterchange };
-String convertHTMLTextToInterchangeFormat(const String&, const Text*);
+String convertHTMLTextToInterchangeFormat(const String&, const Text&);
}