<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><tt>On 8/21/19 6:51 PM, Vincent Povirk (they/them) wrote:</tt><br>
    </p>
    <blockquote type="cite"
cite="mid:CAAFPtVR4EJZG0rEN74uG5vRcNwLQXuTLTr=T6R+FfSPYnVzJkg@mail.gmail.com">
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">+    prev_domain = domain_attach(default_domain);
+
+    hr = RuntimeHost_GetIUnknownForDomain(This, default_domain, appDomain);
+
+    domain_restore(prev_domain);
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
So it returns the default domain in all cases? That seems wrong.
</pre>
    </blockquote>
    <tt>It does seem wrong, it should probably use mono_domain_get().</tt><span style="color: rgb(111, 66, 193); font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"></span>
  </body>
</html>