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

Unified Diff: Source/core/testing/Internals.idl

Issue 14874017: Add speech synthesizer tests (from WebKit). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix ScriptWrappable::init and address nits Created 7 years, 7 months 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: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index fe7eec959e0427ee81e9fef3b8c85c4c3de85f1a..60f8c505bf94a30642b4478c1b270c6156adf856 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -241,7 +241,7 @@
[Conditional=ENCRYPTED_MEDIA_V2] void initializeMockCDM();
- [Conditional=SPEECH_SYNTHESIS] void enableMockSpeechSynthesizer();
+ void enableMockSpeechSynthesizer();
[RaisesException] DOMString getImageSourceURL(Element element);

Powered by Google App Engine
This is Rietveld 408576698