summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/PopStateEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/PopStateEvent.idl')
-rw-r--r--WebCore/dom/PopStateEvent.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/dom/PopStateEvent.idl b/WebCore/dom/PopStateEvent.idl
index 28da9e6..adc9074 100644
--- a/WebCore/dom/PopStateEvent.idl
+++ b/WebCore/dom/PopStateEvent.idl
@@ -26,6 +26,7 @@
module events {
+#if !defined(LANGUAGE_CPP) || !LANGUAGE_CPP
interface PopStateEvent : Event {
void initPopStateEvent(in DOMString typeArg,
in boolean canBubbleArg,
@@ -34,5 +35,6 @@ module events {
readonly attribute [V8CustomGetter] any state;
};
+#endif
}