Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: Source/WebCore/inspector/InspectorFrontendHost.idl

Issue 13497009: Remove ENABLE(FILE_SYSTEM) compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698