Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index a7a35c04722f027e667063b36190dcf17bb0d6ef..de3a9c4a4306be59537674f5ab0e20969ec8ec7d 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -287,4 +287,7 @@ |
void setValueForUser(Element element, DOMString value); |
DOMString textSurroundingNode(Node node, long x, long y, unsigned long maxLength); |
+ |
+ // Overrides the properties of window.screen using values in the given dictionary. |
+ void setOverrideScreenData(Dictionary overrideData); |
}; |