Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(896)

Unified Diff: third_party/WebKit/Source/platform/bindings/V0CustomElementBinding.h

Issue 2843603002: Move ScriptWrappable and dependencies to platform/bindings (Closed)
Patch Set: Remove stray include Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/bindings/V0CustomElementBinding.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.h b/third_party/WebKit/Source/platform/bindings/V0CustomElementBinding.h
similarity index 91%
copy from third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.h
copy to third_party/WebKit/Source/platform/bindings/V0CustomElementBinding.h
index 268df98e9ddb395237473dcd8e91c91b05ff4c75..fe3229436473788ed1a885c1acb01a7af4bba071 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.h
+++ b/third_party/WebKit/Source/platform/bindings/V0CustomElementBinding.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Google Inc. All rights reserved.
+ * Copyright (C) 2017 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -33,13 +33,14 @@
#include <memory>
-#include "bindings/core/v8/ScopedPersistent.h"
+#include "platform/PlatformExport.h"
+#include "platform/bindings/ScopedPersistent.h"
#include "platform/wtf/Allocator.h"
#include "v8/include/v8.h"
namespace blink {
-class V0CustomElementBinding {
+class PLATFORM_EXPORT V0CustomElementBinding {
USING_FAST_MALLOC(V0CustomElementBinding);
public:

Powered by Google App Engine
This is Rietveld 408576698