summaryrefslogtreecommitdiff
path: root/chromium/gin/function_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/gin/function_template.h')
-rw-r--r--chromium/gin/function_template.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/gin/function_template.h b/chromium/gin/function_template.h
index 69ce797c721..a4c22f2f96e 100644
--- a/chromium/gin/function_template.h
+++ b/chromium/gin/function_template.h
@@ -17,8 +17,6 @@
namespace gin {
-class PerIsolateData;
-
enum CreateFunctionTemplateFlags {
HolderIsFirstArgument = 1 << 0,
};