Skip to content

Commit

Permalink
CefAppUnmanagedWrapper - Add comment about mapping layer so code isn'…
Browse files Browse the repository at this point in the history
…t duplicated to handle camel casing of object names
  • Loading branch information
amaitland committed May 15, 2018
1 parent 306ac69 commit ddb2fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ namespace CefSharp
}
}

//TODO: Look at adding some sort of javascript mapping layer to reduce the code duplication
auto global = context->GetGlobal();
auto browserWrapper = FindBrowserWrapper(browser->GetIdentifier());

Expand Down

0 comments on commit ddb2fdc

Please sign in to comment.