Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Convert HandleMessage.h to use variadic templates
https://bugs.webkit.org/show_bug.cgi?id=126469

Reviewed by Anders Carlsson.

* Platform/IPC/HandleMessage.h:
(IPC::callMemberFunctionImpl):
(IPC::callMemberFunction):
Replace massive copy and pasted code with variadic magic.


Canonical link: https://commits.webkit.org/144749@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@161745 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
weinig committed Jan 11, 2014
1 parent d9a29d3 commit 53775a4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 315 deletions.
12 changes: 12 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,15 @@
2014-01-10 Sam Weinig <sam@webkit.org>

Convert HandleMessage.h to use variadic templates
https://bugs.webkit.org/show_bug.cgi?id=126469

Reviewed by Anders Carlsson.

* Platform/IPC/HandleMessage.h:
(IPC::callMemberFunctionImpl):
(IPC::callMemberFunction):
Replace massive copy and pasted code with variadic magic.

2014-01-10 Anders Carlsson <andersca@apple.com>

Move progress tracking functions from FrameLoaderClient to a new ProgressTrackerClient
Expand Down

0 comments on commit 53775a4

Please sign in to comment.