diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-03 09:25:47 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-03 09:25:47 -0300 |
commit | 0408b4e69fdc3dbfaa48a325028315098c4cad70 (patch) | |
tree | e1010530abaaa590674b73080f905dfc1aac7ae2 /src/styleengine.cc | |
parent | ba53afebc95493fcf3a7105989e2cabb015b4b1b (diff) | |
parent | 8ef8b2eede01ecec243071342e751dc1147f750b (diff) |
merge
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index dca78510..b48b6e2e 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -451,8 +451,7 @@ Style * StyleEngine::wordStyle0 (CssPropertyList *nonCssProperties) { return stack->getRef (stack->size () - 1)->wordStyle; } -void StyleEngine::parse (const char *buf, int buflen, - int order_count, CssOrigin origin) { +void StyleEngine::parse (const char *buf, int buflen, CssOrigin origin) { - a_Css_parse (cssContext, buf, buflen, order_count, origin); + a_Css_parse (cssContext, buf, buflen, origin); } |