[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc
commit-queue at webkit.org
commit-queue at webkit.org
Wed Dec 22 13:24:01 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit 3fc31d256273f6a491189d5e7aa64f86dd73ec9d
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Sep 14 07:40:08 2010 +0000
2010-09-14 Kwang Yul Seo <skyul at company100.net>
Reviewed by Kent Tamura.
[BREWMP] Remove TextBreakIteratorInternalICUBrew.cpp
https://bugs.webkit.org/show_bug.cgi?id=45691
Brew MP no longer depends on ICU for internationalization.
Remove TextBreakIteratorInternalICUBrew.cpp.
* platform/text/brew/TextBreakIteratorInternalICUBrew.cpp: Removed.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67450 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index abac968..441cc5a 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-14 Kwang Yul Seo <skyul at company100.net>
+
+ Reviewed by Kent Tamura.
+
+ [BREWMP] Remove TextBreakIteratorInternalICUBrew.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=45691
+
+ Brew MP no longer depends on ICU for internationalization.
+ Remove TextBreakIteratorInternalICUBrew.cpp.
+
+ * platform/text/brew/TextBreakIteratorInternalICUBrew.cpp: Removed.
+
2010-09-14 Ryosuke Niwa <rniwa at webkit.org>
Reviewed by Tony Chang.
diff --git a/WebCore/platform/text/brew/TextBreakIteratorInternalICUBrew.cpp b/WebCore/platform/text/brew/TextBreakIteratorInternalICUBrew.cpp
deleted file mode 100644
index 4384411..0000000
--- a/WebCore/platform/text/brew/TextBreakIteratorInternalICUBrew.cpp
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * Copyright (C) 2010 Company 100, Inc.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this library; see the file COPYING.LIB. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- *
- */
-
-#include "config.h"
-#include "TextBreakIteratorInternalICU.h"
-
-#include "NotImplemented.h"
-
-namespace WebCore {
-
-const char* currentSearchLocaleID()
-{
- notImplemented();
- return "";
-}
-
-const char* currentTextBreakLocaleID()
-{
- notImplemented();
- return "en_us";
-}
-
-} // namespace WebCore
-
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list