wok view libwebkit/stuff/WebCore_css_CSSParser.cpp_124099.diff @ rev 14587

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:03 2013 +0200 (2013-05-26)
parents
children
line source
1 Index: trunk/Source/WebCore/css/CSSParser.cpp
2 ===================================================================
3 --- trunk/Source/WebCore/css/CSSParser.cpp (revision 123746)
4 +++ trunk/Source/WebCore/css/CSSParser.cpp (revision 124099)
5 @@ -115,5 +115,5 @@
6 #endif
8 -extern int cssyyparse(void* parser);
9 +extern int cssyyparse(WebCore::CSSParser*);
11 using namespace std;