summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/fake_plugin_window_tracker_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/fake_plugin_window_tracker_mac.cc')
-rw-r--r--webkit/glue/plugins/fake_plugin_window_tracker_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/plugins/fake_plugin_window_tracker_mac.cc b/webkit/glue/plugins/fake_plugin_window_tracker_mac.cc
index 9f809a5..6f7f7ef 100644
--- a/webkit/glue/plugins/fake_plugin_window_tracker_mac.cc
+++ b/webkit/glue/plugins/fake_plugin_window_tracker_mac.cc
@@ -26,7 +26,7 @@ WindowRef FakePluginWindowTracker::GenerateFakeWindowForDelegate(
Rect window_bounds = { 0, 0, 100, 100 };
WindowRef new_ref = NULL;
if (CreateNewWindow(kDocumentWindowClass,
- kWindowStandardDocumentAttributes,
+ kWindowNoTitleBarAttribute,
&window_bounds,
&new_ref) == noErr) {
CFDictionaryAddValue(window_to_delegate_map_, new_ref, delegate);