| Index: third_party/WebCore/testing/Internals.idl
|
| diff --git a/third_party/WebCore/testing/Internals.idl b/third_party/WebCore/testing/Internals.idl
|
| index 601e8a74f9f10d24e418f1383386e057f58a04bf..cd5b42bcee9e6494d3956607aac0c795e837c796 100644
|
| --- a/third_party/WebCore/testing/Internals.idl
|
| +++ b/third_party/WebCore/testing/Internals.idl
|
| @@ -117,6 +117,8 @@ module window {
|
| #if defined(ENABLE_TOUCH_ADJUSTMENT) && ENABLE_TOUCH_ADJUSTMENT
|
| WebKitPoint touchPositionAdjustedToBestClickableNode(in long x, in long y, in long width, in long height, in Document document) raises (DOMException);
|
| Node touchNodeAdjustedToBestClickableNode(in long x, in long y, in long width, in long height, in Document document) raises (DOMException);
|
| + WebKitPoint touchPositionAdjustedToBestContextMenuNode(in long x, in long y, in long width, in long height, in Document document) raises (DOMException);
|
| + Node touchNodeAdjustedToBestContextMenuNode(in long x, in long y, in long width, in long height, in Document document) raises (DOMException);
|
| ClientRect bestZoomableAreaForTouchPoint(in long x, in long y, in long width, in long height, in Document document) raises (DOMException);
|
| #endif
|
|
|
| @@ -185,7 +187,9 @@ module window {
|
| void registerURLSchemeAsBypassingContentSecurityPolicy(in DOMString scheme);
|
| void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(in DOMString scheme);
|
|
|
| - FastMallocStatistics fastMallocStatistics();
|
| + MallocStatistics mallocStatistics();
|
| +
|
| + DOMString[] getReferencedFilePaths();
|
| };
|
| }
|
|
|
|
|