Changeset 127401 in webkit


Ignore:
Timestamp:
Sep 2, 2012 11:57:40 PM (12 years ago)
Author:
bashi@chromium.org
Message:

WK2: Build failure on SnowLeopard after r127384
https://bugs.webkit.org/show_bug.cgi?id=95665

Reviewed by Dan Bernstein.

Add SandboxExtension::consumePermanently(const Handle&) for !ENABLE(WEB_PROCESS_SANDBOX) to fix link error.

  • Shared/SandboxExtension.h:

(WebKit::SandboxExtension::consumePermanently):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r127397 r127401  
     12012-09-02  Kenichi Ishibashi  <bashi@chromium.org>
     2
     3        WK2: Build failure on SnowLeopard after r127384
     4        https://bugs.webkit.org/show_bug.cgi?id=95665
     5
     6        Reviewed by Dan Bernstein.
     7
     8        Add SandboxExtension::consumePermanently(const Handle&) for !ENABLE(WEB_PROCESS_SANDBOX) to fix link error.
     9
     10        * Shared/SandboxExtension.h:
     11        (WebKit::SandboxExtension::consumePermanently):
     12
    1132012-09-02  Ryuan Choi  <ryuan.choi@samsung.com>
    214
  • trunk/Source/WebKit2/Shared/SandboxExtension.h

    r127384 r127401  
    131131inline bool SandboxExtension::consume() { return true; }
    132132inline bool SandboxExtension::consumePermanently() { return true; }
     133inline bool SandboxExtension::consumePermanently(const Handle&) { return true; }
    133134#endif
    134135
Note: See TracChangeset for help on using the changeset viewer.