Changeset 56031 in webkit


Ignore:
Timestamp:
Mar 15, 2010 9:07:00 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-15 Kwang Yul Seo <skyul@company100.net>

Reviewed by Eric Seidel.

[BREWMP] Add a function to create a BREW instance without local variable declarations.
https://bugs.webkit.org/show_bug.cgi?id=34705

Add a template function to create a BREW instance in one line.

  • wtf/brew/ShellBrew.h: Added. (WTF::createInstance):
Location:
trunk/JavaScriptCore
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r56029 r56031  
     12010-03-15  Kwang Yul Seo  <skyul@company100.net>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [BREWMP] Add a function to create a BREW instance without local variable declarations.
     6        https://bugs.webkit.org/show_bug.cgi?id=34705
     7
     8        Add a template function to create a BREW instance in one line.
     9
     10        * wtf/brew/ShellBrew.h: Added.
     11        (WTF::createInstance):
     12
    1132010-03-15  Geoffrey Garen  <ggaren@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.