Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1045)

Unified Diff: third_party/WebKit/Source/wtf/text/TextEncodingRegistry.h

Issue 2546233002: Fuzzer for TextCodecs (Closed)
Patch Set: Moved to platform/ Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/wtf/text/TextEncodingRegistry.h
diff --git a/third_party/WebKit/Source/wtf/text/TextEncodingRegistry.h b/third_party/WebKit/Source/wtf/text/TextEncodingRegistry.h
index 2b76057fc0e704ae73f103b7eef8209ca4a68eec..6a97cfa0568accd6f6b236d75d4bd0fef12de5c9 100644
--- a/third_party/WebKit/Source/wtf/text/TextEncodingRegistry.h
+++ b/third_party/WebKit/Source/wtf/text/TextEncodingRegistry.h
@@ -53,6 +53,8 @@ bool isReplacementEncoding(const String& alias);
void dumpTextEncodingNameMap();
#endif
+WTF_EXPORT Vector<String> getEncodingNamesForTesting();
+
} // namespace WTF
using WTF::newTextCodec;

Powered by Google App Engine
This is Rietveld 408576698