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

Unified Diff: Source/core/workers/WorkerLocation.cpp

Issue 178663004: Oilpan: move WorkerGlobalScope to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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: Source/core/workers/WorkerLocation.cpp
diff --git a/Source/platform/fonts/FontData.cpp b/Source/core/workers/WorkerLocation.cpp
similarity index 91%
copy from Source/platform/fonts/FontData.cpp
copy to Source/core/workers/WorkerLocation.cpp
index e6c02faab9c90bf4b006014cd9b8a8bcbb9b56a9..3136312c2443624d96fcaede286d42208d6cec87 100644
--- a/Source/platform/fonts/FontData.cpp
+++ b/Source/core/workers/WorkerLocation.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Apple Inc. All rights reserved.
+ * Copyright (C) 2008 Apple Inc. All Rights Reserved.
haraken 2014/02/25 01:30:49 Use the 4-line copyright with 2014. However, you
sof 2014/02/25 21:56:43 I've rebased to bring that change into scope; remo
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -21,15 +21,14 @@
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
*/
#include "config.h"
-#include "platform/fonts/FontData.h"
+#include "core/workers/WorkerLocation.h"
namespace WebCore {
-FontData::~FontData()
-{
-}
+DEFINE_GC_INFO(WorkerLocation);
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698