| Index: third_party/WebCore/testing/InternalSettings.idl
|
| diff --git a/third_party/WebCore/testing/InternalSettings.idl b/third_party/WebCore/testing/InternalSettings.idl
|
| index b9c8f3ebf63a4f670673b8c284e83b3657ca7faf..517baa633e3797632ff51266f28e5973f4dea390 100755
|
| --- a/third_party/WebCore/testing/InternalSettings.idl
|
| +++ b/third_party/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);
|
| };
|
| }
|
|
|
|
|