Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index fb55bf0bda0a25227f03641bd166bf56a696f908..675dfbcafbf970f044a8052cd1944fd818d4afe2 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -286,5 +286,6 @@ |
// This function is for testing HitRegions on Canvas2D. |
unsigned long countHitRegions(CanvasRenderingContext2D context); |
- DOMString serializeNavigationMarkup(Document document); |
+ DOMString serializeNavigationMarkup(); |
+ void hideAllTransitionElements(); |
}; |