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

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: added CodeGeneratorInspector.py change 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
« no previous file with comments | « Source/WebCore/inspector/InspectorFrontendHost.cpp ('k') | Source/WebCore/inspector/InstrumentingAgents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/inspector/InspectorFrontendHost.idl
diff --git a/Source/WebCore/inspector/InspectorFrontendHost.idl b/Source/WebCore/inspector/InspectorFrontendHost.idl
index 0eaa19d35104fc463e61e7810ac7e57393c9f072..6ad9ba23c5acc41843195f9aa427f7000f8a6f61 100644
--- a/Source/WebCore/inspector/InspectorFrontendHost.idl
+++ b/Source/WebCore/inspector/InspectorFrontendHost.idl
@@ -69,7 +69,7 @@
void requestFileSystems();
void addFileSystem();
void removeFileSystem(DOMString fileSystemPath);
- [Conditional=FILE_SYSTEM] DOMFileSystem isolatedFileSystem(DOMString fileSystemId, DOMString registeredName);
+ DOMFileSystem isolatedFileSystem(DOMString fileSystemId, DOMString registeredName);
boolean isUnderTest();
« no previous file with comments | « Source/WebCore/inspector/InspectorFrontendHost.cpp ('k') | Source/WebCore/inspector/InstrumentingAgents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698