Unreviewed, GTK rebaseline after r108034.

* platform/gtk/fast/dom/Window/window-properties-expected.txt:
* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108046 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 14d17156..b977cd8 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2012-02-17  Philippe Normand  <pnormand@igalia.com>
+
+        Unreviewed, GTK rebaseline after r108034.
+
+        * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
 2012-02-17  Noel Gordon  <noel.gordon@gmail.com>
 
         [chromium] Rebaseline JPEG image results after r107389
diff --git a/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt b/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt
index 2cb4942..5300309 100644
--- a/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt
+++ b/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt
@@ -1064,8 +1064,6 @@
 window.FileList [object FileListConstructor]
 window.FileList.prototype [object FileListPrototype]
 window.FileList.prototype.item [function]
-window.FocusEvent [object FocusEventConstructor]
-window.FocusEvent.prototype [printed above as window.Event.prototype]
 window.FormData [object FormDataConstructor]
 window.FormData.prototype [object FormDataPrototype]
 window.FormData.prototype.append [function]
diff --git a/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt b/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
index b682094..8a5200e 100644
--- a/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
+++ b/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt
@@ -57,7 +57,6 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'EventSource') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'File') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'FileList') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'FocusEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'FormData') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Function') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLAllCollection') is 'object'
diff --git a/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt b/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt
index e05802d..f3733ed 100644
--- a/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt
+++ b/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt
@@ -52,7 +52,6 @@
 PASS EventSource.toString() is '[object EventSourceConstructor]'
 PASS File.toString() is '[object FileConstructor]'
 PASS FileList.toString() is '[object FileListConstructor]'
-PASS FocusEvent.toString() is '[object FocusEventConstructor]'
 PASS FormData.toString() is '[object FormDataConstructor]'
 PASS HTMLAllCollection.toString() is '[object HTMLAllCollectionConstructor]'
 PASS HTMLAnchorElement.toString() is '[object HTMLAnchorElementConstructor]'