Bug 108916

Summary: [chromium] Fix broken SVG-disabled build.
Product: WebKit Reporter: Mike West <mkwst>
Component: WebCore Misc.Assignee: Mike West <mkwst>
Status: RESOLVED FIXED    
Severity: Normal CC: jchaffraix, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch webkit.review.bot: commit-queue-

Description Mike West 2013-02-05 00:15:05 PST
After http://wkbug.com/108397 the SVG-disabled chromium build is broken:

    ../../Source/WebCore/css/CSSParser.cpp:1800:13: error: enumeration value 'CSSPropertyWebkitGridAutoFlow' not handled in switch [-Werror,-Wswitch]
        switch (propId) {
                ^
    1 error generated.
Comment 1 Mike West 2013-02-05 00:23:17 PST
Created attachment 186562 [details]
Patch
Comment 2 WebKit Review Bot 2013-02-05 00:52:00 PST
Comment on attachment 186562 [details]
Patch

Rejecting attachment 186562 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=gce-cq-01', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 186562, '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Last 500 characters of output:
ommit-queue/Source/WebKit/chromium/third_party/snappy/src --revision 63 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
53>At revision 63.

________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'

________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
Updating webkit projects from gyp files...

Full output: http://queues.webkit.org/results/16366674
Comment 3 Mike West 2013-02-05 01:16:12 PST
Dropped the "OOPS" from the changelog, and landed as http://trac.webkit.org/changeset/141872.