RESOLVED WONTFIX 99696
[meta][EFL][WK2] Make Ewk classes members private and remove private C functions
https://bugs.webkit.org/show_bug.cgi?id=99696
Summary [meta][EFL][WK2] Make Ewk classes members private and remove private C functions
Chris Dumez
Reported 2012-10-18 01:28:32 PDT
Right now, our private ewk headers are a mixture of C++ classes and C functions to interact with it. I'm proposing that we use pimpl to move the class members to the cpp file, so that public C API can directly access the members, but other classes will need to call C++ methods on the object.
Attachments
Michael Catanzaro
Comment 1 2017-03-11 10:46:02 PST
Closing this bug because the EFL port has been removed from trunk. If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.
Note You need to log in before you can comment on or make changes to this bug.