Bug 39715 - Add missing ENABLE(RUBY) guards
Summary: Add missing ENABLE(RUBY) guards
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-26 02:44 PDT by Kwang Yul Seo
Modified: 2010-05-26 05:21 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.74 KB, patch)
2010-05-26 02:46 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2010-05-26 02:44:03 PDT
canMergeContiguousAnonymousBlocks in RenderBlock.cpp uses RenderObject::isRubyRun and RenderObject::isRubyBase without ENABLE(RUBY) guard..
Comment 1 Kwang Yul Seo 2010-05-26 02:46:20 PDT
Created attachment 57083 [details]
Patch

It seems a bit ugly. Any better suggestion?
Comment 2 Kwang Yul Seo 2010-05-26 03:25:30 PDT
http://trac.webkit.org/changeset/60221  resolved this. So close this bug.