summaryrefslogtreecommitdiff
path: root/chromium/gin/public
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-13 15:05:36 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-14 10:33:47 +0000
commite684a3455bcc29a6e3e66a004e352dea4e1141e7 (patch)
treed55b4003bde34d7d05f558f02cfd82b2a66a7aac /chromium/gin/public
parent2b94bfe47ccb6c08047959d1c26e392919550e86 (diff)
downloadqtwebengine-chromium-e684a3455bcc29a6e3e66a004e352dea4e1141e7.tar.gz
BASELINE: Update Chromium to 72.0.3626.110 and Ninja to 1.9.0
Change-Id: Ic57220b00ecc929a893c91f5cc552f5d3e99e922 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/gin/public')
-rw-r--r--chromium/gin/public/debug.h8
-rw-r--r--chromium/gin/public/gin_embedders.h1
2 files changed, 1 insertions, 8 deletions
diff --git a/chromium/gin/public/debug.h b/chromium/gin/public/debug.h
index 14e30170985..8c2eee341c3 100644
--- a/chromium/gin/public/debug.h
+++ b/chromium/gin/public/debug.h
@@ -15,14 +15,6 @@ namespace gin {
class GIN_EXPORT Debug {
public:
- /* Installs a callback that is invoked on entry to every V8-generated
- * function.
- *
- * This only affects IsolateHolder instances created after
- * SetFunctionEntryHook was invoked.
- */
- static void SetFunctionEntryHook(v8::FunctionEntryHook entry_hook);
-
/* Installs a callback that is invoked each time jit code is added, moved,
* or removed.
*
diff --git a/chromium/gin/public/gin_embedders.h b/chromium/gin/public/gin_embedders.h
index 613136f83d6..30f48a6c859 100644
--- a/chromium/gin/public/gin_embedders.h
+++ b/chromium/gin/public/gin_embedders.h
@@ -15,6 +15,7 @@ enum GinEmbedder {
kEmbedderNativeGin,
kEmbedderBlink,
kEmbedderPDFium,
+ kEmbedderFuchsia,
};
} // namespace gin