OSDN Git Service

Merge WebKit at r71558: Initial merge by git.
[android-x86/external-webkit.git] / WebCore / inspector / CodeGeneratorInspector.pm
index a566576..3a8a6cb 100644 (file)
@@ -43,6 +43,11 @@ $typeTransform{"ApplicationCache"} = {
     "header" => "InspectorApplicationCacheAgent.h",
     "domainAccessor" => "m_inspectorController->applicationCacheAgent()",
 };
+$typeTransform{"FileSystem"} = {
+    "forward" => "InspectorFileSystemAgent",
+    "header" => "InspectorFileSystemAgent.h",
+    "domainAccessor" => "m_inspectorController->fileSystemAgent()",
+};
 $typeTransform{"Profiler"} = {
     "forward" => "InspectorProfilerAgent",
     "header" => "InspectorProfilerAgent.h",