Changeset 147854 in webkit


Ignore:
Timestamp:
Apr 6, 2013 2:21:32 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] build fails with error: 'UINT_MAX' was not declared in this scope
https://bugs.webkit.org/show_bug.cgi?id=114086

Patch by Ed Bartosh <bartosh@gmail.com> on 2013-04-06
Reviewed by Tim Horton.

  • DumpRenderTree/AccessibilityUIElement.cpp: Included limits.h
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r147853 r147854  
     12013-04-06  Ed Bartosh  <bartosh@gmail.com>
     2
     3        [EFL] build fails with error: 'UINT_MAX' was not declared in this scope
     4        https://bugs.webkit.org/show_bug.cgi?id=114086
     5
     6        Reviewed by Tim Horton.
     7
     8        * DumpRenderTree/AccessibilityUIElement.cpp: Included limits.h
     9
    1102013-04-06  Zan Dobersek  <zdobersek@igalia.com>
    211
  • trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp

    r147236 r147854  
    2929#include <JavaScriptCore/JSObjectRef.h>
    3030#include <JavaScriptCore/JSRetainPtr.h>
     31#include <limits.h>
    3132
    3233// Static Functions
Note: See TracChangeset for help on using the changeset viewer.