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

Unified Diff: xfa/src/fxfa/src/common/xfa_script.h

Issue 1580773002: Remove dubious cast in CXFA_ScriptContext::AddJSBuiltinObject() (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Rebase Created 4 years, 11 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
« no previous file with comments | « no previous file | xfa/src/fxfa/src/parser/xfa_object_imp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxfa/src/common/xfa_script.h
diff --git a/xfa/src/fxfa/src/common/xfa_script.h b/xfa/src/fxfa/src/common/xfa_script.h
index 3bddc8bac9343f64d2f638f31a8d14b4c8b1c2a2..69f69796e89081e3e7f79a76c6f1045f48e034ba 100644
--- a/xfa/src/fxfa/src/common/xfa_script.h
+++ b/xfa/src/fxfa/src/common/xfa_script.h
@@ -102,7 +102,6 @@ class IXFA_ScriptContext {
virtual void AddNodesOfRunScript(CXFA_Node* pNode) = 0;
virtual FXJSE_HCLASS GetJseNormalClass() = 0;
virtual XFA_SCRIPTLANGTYPE GetType() = 0;
- virtual void AddJSBuiltinObject(XFA_LPCJSBUILTININFO pBuitinObject) = 0;
virtual void SetRunAtType(XFA_ATTRIBUTEENUM eRunAt) = 0;
virtual FX_BOOL IsRunAtClient() = 0;
};
« no previous file with comments | « no previous file | xfa/src/fxfa/src/parser/xfa_object_imp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698