summaryrefslogtreecommitdiff
path: root/Source/WebCore/testing/InternalSettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/testing/InternalSettings.idl')
-rwxr-xr-xSource/WebCore/testing/InternalSettings.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/testing/InternalSettings.idl b/Source/WebCore/testing/InternalSettings.idl
index b9c8f3ebf..517baa633 100755
--- a/Source/WebCore/testing/InternalSettings.idl
+++ b/Source/WebCore/testing/InternalSettings.idl
@@ -79,7 +79,7 @@ module window {
boolean shouldDisplayTrackKind(in DOMString trackKind) raises (DOMException);
#endif
void setMemoryInfoEnabled(in boolean enabled) raises(DOMException);
- void setThirdPartyStorageBlockingEnabled(in boolean enabled) raises(DOMException);
+ void setStorageBlockingPolicy(in DOMString policy) raises(DOMException);
};
}