diff options
Diffstat (limited to 'chrome_frame/utils.cc')
-rw-r--r-- | chrome_frame/utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/utils.cc b/chrome_frame/utils.cc index cf27048..a864200 100644 --- a/chrome_frame/utils.cc +++ b/chrome_frame/utils.cc @@ -1075,7 +1075,7 @@ bool IsTextHtmlClipFormat(CLIPFORMAT cf) { ProtocolPatchMethod GetPatchMethod() { ProtocolPatchMethod patch_method = static_cast<ProtocolPatchMethod>( - GetConfigInt(PATCH_METHOD_MONIKER, kPatchProtocols)); + GetConfigInt(PATCH_METHOD_INET_PROTOCOL, kPatchProtocols)); return patch_method; } |