| Index: Source/WebCore/page/SecurityOrigin.cpp
|
| diff --git a/Source/WebCore/page/SecurityOrigin.cpp b/Source/WebCore/page/SecurityOrigin.cpp
|
| index d8ec10acb8177c44d7ce861b59e8f572d5f3fb45..fc48911dcdd9a75909a0b8958785c674c8c62cc7 100644
|
| --- a/Source/WebCore/page/SecurityOrigin.cpp
|
| +++ b/Source/WebCore/page/SecurityOrigin.cpp
|
| @@ -60,10 +60,8 @@ bool SecurityOrigin::shouldUseInnerURL(const KURL& url)
|
| if (url.protocolIs("blob"))
|
| return true;
|
| #endif
|
| -#if ENABLE(FILE_SYSTEM)
|
| if (url.protocolIs("filesystem"))
|
| return true;
|
| -#endif
|
| UNUSED_PARAM(url);
|
| return false;
|
| }
|
|
|