Changeset 53633 in webkit


Ignore:
Timestamp:
Jan 21, 2010 11:01:31 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-21 Andrei Popescu <andreip@google.com>

Reviewed by David Levin.

Add PlatformBridge.h header and a typedef to give ChromiumBridge a new name: PlatformBridge.
https://bugs.webkit.org/show_bug.cgi?id=33917

No new tests needed, this is just to allow other methods to call ChromiumBridge
using the new 'PlatformBridge' name.

  • platform/chromium/PlatformBridge.h: Added.
Location:
trunk/WebCore
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53632 r53633  
     12010-01-21  Andrei Popescu  <andreip@google.com>
     2
     3        Reviewed by David Levin.
     4
     5        Add PlatformBridge.h header and a typedef to give ChromiumBridge a new name: PlatformBridge.
     6        https://bugs.webkit.org/show_bug.cgi?id=33917
     7
     8        No new tests needed, this is just to allow other methods to call ChromiumBridge
     9        using the new 'PlatformBridge' name.
     10
     11        * platform/chromium/PlatformBridge.h: Added.
     12
    1132010-01-21  Csaba Osztrogonác  <ossy@webkit.org>
    214
Note: See TracChangeset for help on using the changeset viewer.