[Webkit-unassigned] [Bug 65789] Leak in CFNetwork Loader RetainPtr<> should Adopt a Copy allocation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 5 14:34:09 PDT 2011


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aroben at apple.com,
                   |                            |bweinstein at apple.com,
                   |                            |joepeck at webkit.org




--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org>  2011-08-05 14:34:09 PST ---
Windows build bot says:
http://queues.webkit.org/results/9323095

3>####### COMPILING 2 FILES USING AT MOST 8 PARALLEL INSTANCES OF cl.exe ###########
3>FormDataStreamCFNet.cpp
3>..\platform\network\cf\FormDataStreamCFNet.cpp(94) : error C2061: syntax error : identifier 'AdoptCF'
3>..\platform\network\cf\FormDataStreamCFNet.cpp(94) : error C2059: syntax error : ')'
3>..\platform\network\cf\FormDataStreamCFNet.cpp(95) : error C2143: syntax error : missing ';' before 'return'
3>..\platform\network\cf\FormDataStreamCFNet.cpp(95) : error C2065: 'bodyData' : undeclared identifier
3>..\platform\network\cf\FormDataStreamCFNet.cpp(95) : error C2228: left of '.get' must have class/struct/union
3>        type is ''unknown-type''
3>..\platform\network\cf\FormDataStreamCFNet.cpp(95) : error C2228: left of '.get' must have class/struct/union
3>        type is ''unknown-type''

This built fine for me locally. Maybe the Window's compiler doesn't like the shorthand
constructor syntax inside of an if statement? I could move the assignments outside
of the if statements if needed. Adding some windows developers.

-- 
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