OSDN Git Service

am 3c54ece0: am 5dc34a85: activeDocumentLoader() causes crash in WebCoreFrameBridge.cpp
[android-x86/external-webkit.git] / WebCore / css / CSSStyleSheet.h
index bb14e28..fe82794 100644 (file)
@@ -26,7 +26,7 @@
 
 namespace WebCore {
 
-class CSSNamespace;
+struct CSSNamespace;
 class CSSParser;
 class CSSRule;
 class DocLoader;
@@ -81,6 +81,8 @@ public:
 
     virtual bool parseString(const String&, bool strict = true);
 
+    bool parseStringAtLine(const String&, bool strict, int startLineNumber);
+
     virtual bool isLoading();
 
     virtual void checkLoaded();