Bug 92760

Summary: Get rid of "parser" type casts in CSSGrammar.y
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: CSSAssignee: Alexis Menard (darktears) <menard>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, apavlov, cmarcelo, macpherson, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alexander Pavlov (apavlov) 2012-07-31 08:28:19 PDT
The parser used to be non-typed, so it required casting to CSSParser (static_cast<CSSParser*>(parser)) all over the place. Bug 92264 patch fixed this, so these casts are no longer needed.
Comment 1 Alexis Menard (darktears) 2012-07-31 10:59:16 PDT
Created attachment 155585 [details]
Patch
Comment 2 Adam Barth 2012-07-31 11:54:12 PDT
Comment on attachment 155585 [details]
Patch

That's exciting.  Thanks!
Comment 3 WebKit Review Bot 2012-07-31 12:21:28 PDT
Comment on attachment 155585 [details]
Patch

Rejecting attachment 155585 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
nflict in Tools/Scripts/webkitpy/layout_tests/controllers/manager.py
Failed to merge in the changes.
Patch failed at 0001 nrwt: --verbose logging does not work right on windows

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".

rebase refs/remotes/origin/master: command returned error: 1

Died at Tools/Scripts/update-webkit line 164.

Full output: http://queues.webkit.org/results/13400540
Comment 4 WebKit Review Bot 2012-07-31 12:50:16 PDT
Comment on attachment 155585 [details]
Patch

Clearing flags on attachment: 155585

Committed r124241: <http://trac.webkit.org/changeset/124241>
Comment 5 WebKit Review Bot 2012-07-31 12:50:20 PDT
All reviewed patches have been landed.  Closing bug.