<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>165945</bug_id>
          
          <creation_ts>2016-12-15 23:05:31 -0800</creation_ts>
          <short_desc>[EFL] Fix debug build break since r209873</short_desc>
          <delta_ts>2016-12-15 23:10:45 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit EFL</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Joonghun Park">jh718.park</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>lucas.de.marchi</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1260536</commentid>
    <comment_count>0</comment_count>
    <who name="Joonghun Park">jh718.park</who>
    <bug_when>2016-12-15 23:05:31 -0800</bug_when>
    <thetext>Fix a build warning error below. Use Primitive System Data Type uint64_t instead of unsigned long long.

In file included from ../../Source/WTF/wtf/StdLibExtras.h:33:0,
                 from ../../Source/WTF/wtf/FastMalloc.h:26,
                 from ../../Source/WebCore/config.h:75,
                 from ../../Source/WebCore/Modules/indexeddb/IDBFactory.cpp:26:
../../Source/WebCore/Modules/indexeddb/IDBFactory.cpp: In member function ‘WebCore::ExceptionOr&lt;WTF::Ref&lt;WebCore::IDBOpenDBRequest&gt; &gt; WebCore::IDBFactory::openInternal(WebCore::ScriptExecutionContext&amp;, const WTF::String&amp;, long long unsigned int)’:
../../Source/WTF/wtf/Assertions.h:399:68: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘long long unsigned int’ [-Werror=format=]
 #define LOG(channel, ...) WTFLog(&amp;LOG_CHANNEL(channel), __VA_ARGS__)
                                                                    ^
../../Source/WebCore/Modules/indexeddb/IDBFactory.cpp:103:5: note: in expansion of macro ‘LOG’
     LOG(IndexedDBOperations, &quot;IDB opening database: %s %&quot; PRIu64, name.utf8().data(), version);
     ^
cc1plus: all warnings being treated as errors</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1260537</commentid>
    <comment_count>1</comment_count>
    <who name="Joonghun Park">jh718.park</who>
    <bug_when>2016-12-15 23:10:45 -0800</bug_when>
    <thetext>Committed r209912: &lt;http://trac.webkit.org/changeset/209912&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>