Index: Source/WebCore/bindings/v8/ScriptGCEvent.h |
diff --git a/Source/WebCore/bindings/v8/ScriptGCEvent.h b/Source/WebCore/bindings/v8/ScriptGCEvent.h |
index 2fcd0fa1f080cfd80f0b6a5dbaac0bd8df04aacb..a0e9cd754227a4ca07bb0588ca173ffa186dd447 100644 |
--- a/Source/WebCore/bindings/v8/ScriptGCEvent.h |
+++ b/Source/WebCore/bindings/v8/ScriptGCEvent.h |
@@ -79,7 +79,6 @@ private: |
GCEventListeners m_listeners; |
}; |
-#if ENABLE(INSPECTOR) |
class ScriptGCEvent |
{ |
@@ -94,7 +93,6 @@ private: |
static size_t getUsedHeapSize(); |
}; |
-#endif // ENABLE(INSPECTOR) |
} // namespace WebCore |