Skip to content

Commit bff700a

Browse files
committed
Add TODO about strongly typing variable
1 parent 186306e commit bff700a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CefSharp.BrowserSubprocess.Core/JavascriptPropertyWrapper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ namespace CefSharp
1717
JavascriptProperty^ _javascriptProperty;
1818
int64 _ownerId;
1919
IBrowserProcess^ _browserProcess;
20+
//TODO: Strongly type this variable - currently trying to include JavascriptObjectWrapper.h creates a circular reference, so won't compile
2021
Object^ _javascriptObjectWrapper;
2122
internal:
2223
MCefRefPtr<CefV8Value> V8Value;

0 commit comments

Comments
 (0)