summaryrefslogtreecommitdiffstats
path: root/WebCore/css/StyleSheet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/StyleSheet.idl')
-rw-r--r--WebCore/css/StyleSheet.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebCore/css/StyleSheet.idl b/WebCore/css/StyleSheet.idl
index 4f53689..5b52a33 100644
--- a/WebCore/css/StyleSheet.idl
+++ b/WebCore/css/StyleSheet.idl
@@ -33,6 +33,12 @@ module stylesheets {
readonly attribute [ConvertNullStringTo=Null] DOMString href;
readonly attribute [ConvertNullStringTo=Null] DOMString title;
readonly attribute MediaList media;
+
+#if defined(LANGUAGE_CPP) && LANGUAGE_CPP
+ // Extra WebCore methods exposed to allowe compile-time casting in C++
+ boolean isCSSStyleSheet();
+#endif
+
};
}