Changeset 95627 in webkit


Ignore:
Timestamp:
Sep 21, 2011 7:28:18 AM (13 years ago)
Author:
gyuyoung.kim@samsung.com
Message:

[EFL] Fix alphabetical sorting problem
https://bugs.webkit.org/show_bug.cgi?id=68505

Reviewed by Philippe Normand.

  • ewk/ewk_util.cpp: Fix wrong alphabetical sorting problem.
Location:
trunk/Source/WebKit/efl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/efl/ChangeLog

    r95556 r95627  
     12011-09-21  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
     2
     3        [EFL] Fix alphabetical sorting problem
     4        https://bugs.webkit.org/show_bug.cgi?id=68505
     5
     6        Reviewed by Philippe Normand.
     7
     8        * ewk/ewk_util.cpp: Fix wrong alphabetical sorting problem.
     9
    1102011-09-20  Raphael Kubo da Costa  <kubo@profusion.mobi>
    211
  • trunk/Source/WebKit/efl/ewk/ewk_util.cpp

    r93599 r95627  
    2323
    2424#include "bindings/js/GCController.h"
     25#include "ewk_private.h"
    2526#include "workers/WorkerThread.h"
    26 
    27 #include "ewk_private.h"
    2827#include <eina_safety_checks.h>
    2928
Note: See TracChangeset for help on using the changeset viewer.