summaryrefslogtreecommitdiffstats
path: root/webkit/glue/window_open_disposition.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/window_open_disposition.h')
-rw-r--r--webkit/glue/window_open_disposition.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/glue/window_open_disposition.h b/webkit/glue/window_open_disposition.h
index 06bda03..4929875 100644
--- a/webkit/glue/window_open_disposition.h
+++ b/webkit/glue/window_open_disposition.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,6 +6,7 @@
#define WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H_
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationPolicy.h"
+#include "webkit/glue/webkit_glue_export.h"
enum WindowOpenDisposition {
UNKNOWN,
@@ -23,7 +24,7 @@ enum WindowOpenDisposition {
};
// Conversion function:
-WindowOpenDisposition NavigationPolicyToDisposition(
+WEBKIT_GLUE_EXPORT WindowOpenDisposition NavigationPolicyToDisposition(
WebKit::WebNavigationPolicy policy);
#endif // WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H_