wok diff libwebkit-video/stuff/WebCore_css_CSSParser.cpp_124099.diff @ rev 14107

Up: libwekkit-video (1.8.3) + Build fix with bison 2.6
author Dominique Corbex <domcox@slitaz.org>
date Sun Feb 24 09:19:03 2013 +0100 (2013-02-24)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libwebkit-video/stuff/WebCore_css_CSSParser.cpp_124099.diff	Sun Feb 24 09:19:03 2013 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +Index: trunk/Source/WebCore/css/CSSParser.cpp
     1.5 +===================================================================
     1.6 +--- trunk/Source/WebCore/css/CSSParser.cpp	(revision 123746)
     1.7 ++++ trunk/Source/WebCore/css/CSSParser.cpp	(revision 124099)
     1.8 +@@ -115,5 +115,5 @@
     1.9 + #endif
    1.10 + 
    1.11 +-extern int cssyyparse(void* parser);
    1.12 ++extern int cssyyparse(WebCore::CSSParser*);
    1.13 + 
    1.14 + using namespace std;