Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index d160dad2b49a2921a0e4d942951495eba327a8f1..044763094b9ebdfecc4cf21160c0c561b217eac8 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -350,4 +350,6 @@ |
bool setScrollbarVisibilityInScrollableArea(Node node, boolean visible); |
void forceRestrictIFramePermissions(); |
+ |
+ DOMString formatChromiumMediaControlsTime(float time, float duration, boolean includeSeparator); |
}; |