[Webkit-unassigned] [Bug 86684] [chromium] Use overloaded printBegin() webkit api to support auto fit to page functionality

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 19 00:09:54 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86684


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at webkit.org




--- Comment #8 from Ryosuke Niwa <rniwa at webkit.org>  2012-05-19 00:08:58 PST ---
This patch broke builds:

http://build.chromium.org/p/chromium.webkit/builders/Mac%20Builder%20%28dbg%29/builds/7967/steps/compile/logs/stdio

In file included from /b/build/slave/Mac_Builder__dbg_/build/src/third_party/WebKit/Source/WebKit/chromium/src/WebFrameImpl.cpp:162:
public/WebPrintParams.h:67:30: error: field is uninitialized when used here [-Werror,-Wuninitialized]
        , printScalingOption(printScalingOption) { }
                             ^
1 error generated.

You can't initialize member variables by themselves. Please use different names.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list