[Webkit-unassigned] [Bug 163777] NetworkSession: switch to use subclasses for NetworkSession and NetworkDataTask implementations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 21 17:25:22 PDT 2016


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

--- Comment #7 from Keith Rollin <krollin at apple.com> ---
Some of the build output made it look like there may have been an issue with how the files were added to the project. I can't read an Xcode project file so I didn't try to figure out what (if anything) might be wrong. What I did instead was to revert the changes to the Xcode project and then re-add the new files. That's had some effect to the release build; I'm now getting the following error. The debug build still emits the same error reported above.

/Volumes/Data/dev/WebKit/branches/network_session/OpenSource/Source/WebKit2/NetworkProcess/cocoa/NetworkSessionCocoa.mm:302:143: error: 'suggestedFilename' is a private member of 'WebKit::NetworkDataTaskCocoa'
In file included from /Volumes/Data/dev/WebKit/branches/network_session/OpenSource/Source/WebKit2/NetworkProcess/cocoa/NetworkSessionCocoa.mm:27:
In file included from /Volumes/Data/dev/WebKit/branches/network_session/OpenSource/Source/WebKit2/NetworkProcess/cocoa/NetworkSessionCocoa.h:35:
/Volumes/Data/dev/WebKit/branches/network_session/OpenSource/Source/WebKit2/NetworkProcess/cocoa/NetworkDataTaskCocoa.h:70:12: note: declared private here
/Volumes/Data/dev/WebKit/branches/network_session/OpenSource/Source/WebKit2/NetworkProcess/cocoa/NetworkSessionCocoa.mm:463:22: error: expected the class name after '~' to name the enclosing class
NetworkSessionCocoa::~NetworkSession()
2 errors generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161022/dcd45160/attachment-0001.html>


More information about the webkit-unassigned mailing list