Index: third_party/WebKit/Source/core/testing/Internals.idl |
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl |
index 9a594be3e4ac31c9a0c4bd68f10483ee0d8a6aff..b0108d6acddcf034764a2dcbdeff2bc8c9b17529 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -163,6 +163,7 @@ |
boolean hasGrammarMarker(Document document, long from, long length); |
void setContinuousSpellCheckingEnabled(boolean enabled); |
+ bool canHyphenate(DOMString locale); |
void setMockHyphenation(DOMString locale); |
boolean isOverwriteModeEnabled(Document document); |