[Webkit-unassigned] [Bug 127076] check-webkit-style indentation false alarm in WebKit/win/WebNodeHighlight.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 14 07:35:24 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127076
Csaba Osztrogonác <ossy at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gbalogh.u-szeged at partner.sa
| |msung.com,
| |llango.u-szeged at partner.sam
| |sung.com,
| |lvidacs.u-szeged at partner.sa
| |msung.com, ossy at webkit.org
--- Comment #1 from Csaba Osztrogonác <ossy at webkit.org> 2014-02-14 07:32:39 PST ---
The problem is that style-checker thinks if it is a part of a member initialization.
similar problem occured in https://bugs.webkit.org/show_bug.cgi?id=128579
Source/WebCore/platform/graphics/opengl/Extensions3DOpenGL.cpp:239
...
::glResolveMultisampleFramebufferAPPLE();
...
https://bugs.webkit.org/show_bug.cgi?id=127068
Source/WebKit/win/WebNodeHighlight.cpp:168:
...
::SelectObject(hdc.get(), hbmp.get());
...
--
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