| Index: Source/WebCore/inspector/InspectorFrontendHost.idl
|
| diff --git a/Source/WebCore/inspector/InspectorFrontendHost.idl b/Source/WebCore/inspector/InspectorFrontendHost.idl
|
| index 778f6f9fa405f122192eef10527967258059ed35..6f10e7a2ae467bf0a896c4bff98f2ccc14a64bea 100644
|
| --- a/Source/WebCore/inspector/InspectorFrontendHost.idl
|
| +++ b/Source/WebCore/inspector/InspectorFrontendHost.idl
|
| @@ -70,7 +70,7 @@
|
| void requestFileSystems();
|
| void addFileSystem();
|
| void removeFileSystem(in DOMString fileSystemPath);
|
| - [Conditional=FILE_SYSTEM] DOMFileSystem isolatedFileSystem(in DOMString fileSystemId, in DOMString registeredName);
|
| + DOMFileSystem isolatedFileSystem(in DOMString fileSystemId, in DOMString registeredName);
|
|
|
| boolean isUnderTest();
|
|
|
|
|