RESOLVED FIXED 83361
[BlackBerry] Upstream BlackBerry change to PatternSkia.cpp
https://bugs.webkit.org/show_bug.cgi?id=83361
Summary [BlackBerry] Upstream BlackBerry change to PatternSkia.cpp
Charles Wei
Reported 2012-04-06 04:47:51 PDT
BlackBerry porting uses the same PatternSkia.cpp, but doesn't want the v8 specific code.
Attachments
Patch (2.39 KB, patch)
2012-04-06 04:52 PDT, Charles Wei
no flags
Patch (1.91 KB, patch)
2012-04-11 13:06 PDT, Rob Buis
tonikitoo: review+
Charles Wei
Comment 1 2012-04-06 04:52:01 PDT
Rob Buis
Comment 2 2012-04-06 05:43:40 PDT
Comment on attachment 136003 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136003&action=review One mistake found. Also is Filip not working on this? Or did he touch this file already? > Source/WebCore/platform/graphics/skia/PatternSkia.cpp:52 > m_pattern = 0; This seems wrong.
Rob Buis
Comment 3 2012-04-11 08:10:24 PDT
Comment on attachment 136003 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136003&action=review >> Source/WebCore/platform/graphics/skia/PatternSkia.cpp:52 >> m_pattern = 0; > > This seems wrong. To be clear, it seems like we still want to delete m_pattern? I can imagine we do not want V8 code of course.
Rob Buis
Comment 4 2012-04-11 13:06:14 PDT
Rob Buis
Comment 5 2012-04-11 13:25:59 PDT
Landed in r113903.
Note You need to log in before you can comment on or make changes to this bug.