Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 0fca033ca8dc33c090c11eedf9c6ed1a58415ff6..1b9a2b50c2baf159ea56e8206cdbf9cfdac34e58 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -282,4 +282,5 @@ |
| unsigned long countHitRegions(CanvasRenderingContext2D context); |
| DOMString serializeNavigationMarkup(Document document); |
| + double convertToLocalTime(double ms); |
| }; |