Changeset 191450 in webkit


Ignore:
Timestamp:
Oct 22, 2015, 3:50:09 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Fix build break since r191439
https://bugs.webkit.org/show_bug.cgi?id=150441

Patch by Joonghun Park <jh718.park@samsung.com> on 2015-10-22
Reviewed by Csaba Osztrogonác.

No new tests, no new behaviours.

  • platform/Logging.cpp:

(WebCore::registerNotifyCallback):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r191448 r191450  
     12015-10-22  Joonghun Park  <jh718.park@samsung.com>
     2
     3        [EFL] Fix build break since r191439
     4        https://bugs.webkit.org/show_bug.cgi?id=150441
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        No new tests, no new behaviours.
     9
     10        * platform/Logging.cpp:
     11        (WebCore::registerNotifyCallback):
     12
    1132015-10-22  Carlos Garcia Campos  <cgarcia@igalia.com>
    214
  • trunk/Source/WebCore/platform/Logging.cpp

    r191439 r191450  
    7676        callback();
    7777    });
     78#else
     79    UNUSED_PARAM(notifyID);
     80    UNUSED_PARAM(callback);
    7881#endif
    7982}
Note: See TracChangeset for help on using the changeset viewer.